Shades of Yellow Green #85CB34
Tints of Yellow Green #85CB34
RGB
CMYK
RGB Variations
Color information
#85CB34 (or 0x85CB34) is known color: Yellow Green. HEX triplet: 85, CB and 34. RGB value is (133,203,52). Sum of RGB (Red+Green+Blue) = 133+203+52=388 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.28% from 388); Green value is 203 (79.69% from 255 or 52.32% from 388); Blue value is 52 (20.70% from 255 or 13.40% from 388); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CB34 is #7A34CB. Grayscale: #A5A5A5. Windows color (decimal): -8008908 or 3459973. OLE color: 3459973.
HSL color Cylindrical-coordinate representation of color #85CB34: hue angle of 87.81º 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 #85CB34 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 203 | 52 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.20 |
| HSL | 87.81º | 0.59% | 0.5% | - |
| HSV(B) | 87.81º | 0.74% | 0.8% | - |
| XYZ | 31.65 | 47.95 | 10.84 | - |
| YUV | 164.86 | 64.31 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 203 | 52 | 0.34 | 0 | 0.74 | 0.20 | 87.81 | 0.59 | 0.5 |
| Hex | 85 | CB | 34 | 22 | 0 | 4A | 14 | 58 | 3B | 32 |
| Octal | 205 | 313 | 64 | 42 | 0 | 112 | 24 | 130 | 73 | 62 |
| Binary | 10000101 | 11001011 | 110100 | 100010 | 0 | 1001010 | 10100 | 1011000 | 111011 | 110010 |
Color Harmonies of #85CB34
Complementary color
Monochromatic Colors of #85CB34
Black with #85CB34
Text Example
Text Example
White with #85CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CB34; }
p { color: rgb(133,203,52); }
H1.HeaderClassName
{
color: #85CB34;
}
.AnyTagClassName
{
color: #85CB34;
}
</style>
background-color css
<style>
a { background-color: #85CB34; }
a { background-color: rgb(133,203,52); }
div.DivClassName
{
background-color: #85CB34;
}
.BgClassName
{
background-color: #85CB34;
}
</style>
border-color css
<style>
span { border-color: #85CB34; }
span { border-color: rgb(133,203,52); }
td.TdClassName
{
border-color: #85CB34;
}
.TagClassName
{
border-color: #85CB34;
}
</style>