Shades of Yellow Green #85CF28
Tints of Yellow Green #85CF28
RGB
CMYK
RGB Variations
Color information
#85CF28 (or 0x85CF28) is known color: Yellow Green. HEX triplet: 85, CF and 28. RGB value is (133,207,40). Sum of RGB (Red+Green+Blue) = 133+207+40=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF28 is #7A30D7. Grayscale: #A6A6A6. Windows color (decimal): -8007896 or 2674565. OLE color: 2674565.
HSL color Cylindrical-coordinate representation of color #85CF28: hue angle of 86.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85CF28 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 40 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.19 |
| HSL | 86.59º | 0.68% | 0.48% | - |
| HSV(B) | 86.59º | 0.81% | 0.81% | - |
| XYZ | 32.37 | 49.77 | 9.91 | - |
| YUV | 165.84 | 56.98 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 40 | 0.36 | 0 | 0.81 | 0.19 | 86.59 | 0.68 | 0.48 |
| Hex | 85 | CF | 28 | 24 | 0 | 51 | 13 | 57 | 44 | 30 |
| Octal | 205 | 317 | 50 | 44 | 0 | 121 | 23 | 127 | 104 | 60 |
| Binary | 10000101 | 11001111 | 101000 | 100100 | 0 | 1010001 | 10011 | 1010111 | 1000100 | 110000 |
Color Harmonies of #85CF28
Complementary color
Monochromatic Colors of #85CF28
Black with #85CF28
Text Example
Text Example
White with #85CF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF28; }
p { color: rgb(133,207,40); }
H1.HeaderClassName
{
color: #85CF28;
}
.AnyTagClassName
{
color: #85CF28;
}
</style>
background-color css
<style>
a { background-color: #85CF28; }
a { background-color: rgb(133,207,40); }
div.DivClassName
{
background-color: #85CF28;
}
.BgClassName
{
background-color: #85CF28;
}
</style>
border-color css
<style>
span { border-color: #85CF28; }
span { border-color: rgb(133,207,40); }
td.TdClassName
{
border-color: #85CF28;
}
.TagClassName
{
border-color: #85CF28;
}
</style>