#85c73a

Color #85C73A Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #85C73A

Tints of Yellow Green #85C73A

Color information

#85C73A (or 0x85C73A) is unknown color: approx Yellow Green. HEX triplet: 85, C7 and 3A. RGB value is (133,199,58). Sum of RGB (Red+Green+Blue) = 133+199+58=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 58 (23.05% from 255 or 14.87% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #85C73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C73A is #7A38C5. Grayscale: #A3A3A3. Windows color (decimal): -8009926 or 3852165. OLE color: 3852165.

HSL color Cylindrical-coordinate representation of color #85C73A: hue angle of 88.09º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85C73A is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB13319958-
CMYK0.3300.710.22
HSL88.09º55.73%50.39%-
HSV(B)88.09º70.85%78.04%-
XYZ30.8646.1411.28-
YUV163.1968.63106.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 34.10%
GREEN value IS 199 (78.12% from 255) = 51.03%
BLUE value IS 58 (23.05% from 255) = 14.87%
R=34.10%
G=51.03%
B=14.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133199580.3300.710.2288.0955.7350.39
Hex85C73A2104716583832
Octal20530772410107261307062
Binary100001011100011111101010000101000111101101011000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85c73a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85c73a; }

 p { color: rgb(133,199,58); }

 H1.HeaderClassName
 {
   color: #85c73a;
 }
 .AnyTagClassName
 {
   color: #85c73a;
 }
</style>
background-color css

<style>
 a { background-color: #85c73a; }

 a { background-color: rgb(133,199,58); }

 div.DivClassName
 {
   background-color: #85c73a;
 }
 .BgClassName
 {
   background-color: #85c73a;
 }
</style>
border-color css

<style>
 span { border-color: #85c73a; }

 span { border-color: rgb(133,199,58); }

 td.TdClassName
 {
   border-color: #85c73a;
 }
 .TagClassName
 {
   border-color: #85c73a;
 }
</style>