#85CB35

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

Shades of Yellow Green #85CB35

Tints of Yellow Green #85CB35

Color information

#85CB35 (or 0x85CB35) is unknown color: approx Yellow Green. HEX triplet: 85, CB and 35. RGB value is (133,203,53). Sum of RGB (Red+Green+Blue) = 133+203+53=389 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.19% from 389); Green value is 203 (79.69% from 255 or 52.19% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB35 is #7A34CA. Grayscale: #A5A5A5. Windows color (decimal): -8008907 or 3525509. OLE color: 3525509.

HSL color Cylindrical-coordinate representation of color #85CB35: hue angle of 88º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85CB35 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB13320353-
CMYK0.3400.740.20
HSL88º59.06%50.2%-
HSV(B)88º73.89%79.61%-
XYZ31.6747.9610.96-
YUV164.9764.81105.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.19%
GREEN value IS 203 (79.69% from 255) = 52.19%
BLUE value IS 53 (21.09% from 255) = 13.62%
R=34.19%
G=52.19%
B=13.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal133203530.3400.740.208859.0650.2
Hex85CB352204A14583b32
Octal20531365420112241307362
Binary100001011100101111010110001001001010101001011000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,203,53); }

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

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

 a { background-color: rgb(133,203,53); }

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

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

 span { border-color: rgb(133,203,53); }

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