Shades of Yellow Green #85CF2D
Tints of Yellow Green #85CF2D
RGB
CMYK
RGB Variations
Color information
#85CF2D (or 0x85CF2D) is known color: Yellow Green. HEX triplet: 85, CF and 2D. RGB value is (133,207,45). Sum of RGB (Red+Green+Blue) = 133+207+45=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF2D is #7A30D2. Grayscale: #A6A6A6. Windows color (decimal): -8007891 or 3002245. OLE color: 3002245.
HSL color Cylindrical-coordinate representation of color #85CF2D: hue angle of 87.41º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #85CF2D is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 207 | 45 | - |
| CMYK | 0.36 | 0 | 0.78 | 0.19 |
| HSL | 87.41º | 0.64% | 0.49% | - |
| HSV(B) | 87.41º | 0.78% | 0.81% | - |
| XYZ | 32.46 | 49.8 | 10.38 | - |
| YUV | 166.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 207 | 45 | 0.36 | 0 | 0.78 | 0.19 | 87.41 | 0.64 | 0.49 |
| Hex | 85 | CF | 2D | 24 | 0 | 4E | 13 | 57 | 40 | 31 |
| Octal | 205 | 317 | 55 | 44 | 0 | 116 | 23 | 127 | 100 | 61 |
| Binary | 10000101 | 11001111 | 101101 | 100100 | 0 | 1001110 | 10011 | 1010111 | 1000000 | 110001 |
Color Harmonies of #85CF2D
Complementary color
Monochromatic Colors of #85CF2D
Black with #85CF2D
Text Example
Text Example
White with #85CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85CF2D; }
p { color: rgb(133,207,45); }
H1.HeaderClassName
{
color: #85CF2D;
}
.AnyTagClassName
{
color: #85CF2D;
}
</style>
background-color css
<style>
a { background-color: #85CF2D; }
a { background-color: rgb(133,207,45); }
div.DivClassName
{
background-color: #85CF2D;
}
.BgClassName
{
background-color: #85CF2D;
}
</style>
border-color css
<style>
span { border-color: #85CF2D; }
span { border-color: rgb(133,207,45); }
td.TdClassName
{
border-color: #85CF2D;
}
.TagClassName
{
border-color: #85CF2D;
}
</style>