Shades of Conifer #CAFB4E
Tints of Conifer #CAFB4E
RGB
CMYK
RGB Variations
Color information
#CAFB4E (or 0xCAFB4E) is known color: Conifer. HEX triplet: CA, FB and 4E. RGB value is (202,251,78). Sum of RGB (Red+Green+Blue) = 202+251+78=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFB4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAFB4E is #3504B1. Grayscale: #D9D9D9. Windows color (decimal): -3474610 or 5176266. OLE color: 5176266.
HSL color Cylindrical-coordinate representation of color #CAFB4E: hue angle of 76.99º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAFB4E is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 78 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.02 |
| HSL | 76.99º | 0.96% | 0.65% | - |
| HSV(B) | 76.99º | 0.69% | 0.98% | - |
| XYZ | 60.23 | 82.1 | 19.88 | - |
| YUV | 216.63 | 49.77 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 78 | 0.20 | 0 | 0.69 | 0.02 | 76.99 | 0.96 | 0.65 |
| Hex | CA | FB | 4E | 14 | 0 | 45 | 2 | 4D | 60 | 41 |
| Octal | 312 | 373 | 116 | 24 | 0 | 105 | 2 | 115 | 140 | 101 |
| Binary | 11001010 | 11111011 | 1001110 | 10100 | 0 | 1000101 | 10 | 1001101 | 1100000 | 1000001 |
Color Harmonies of #CAFB4E
Complementary color
Monochromatic Colors of #CAFB4E
Black with #CAFB4E
Text Example
Text Example
White with #CAFB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFB4E; }
p { color: rgb(202,251,78); }
H1.HeaderClassName
{
color: #CAFB4E;
}
.AnyTagClassName
{
color: #CAFB4E;
}
</style>
background-color css
<style>
a { background-color: #CAFB4E; }
a { background-color: rgb(202,251,78); }
div.DivClassName
{
background-color: #CAFB4E;
}
.BgClassName
{
background-color: #CAFB4E;
}
</style>
border-color css
<style>
span { border-color: #CAFB4E; }
span { border-color: rgb(202,251,78); }
td.TdClassName
{
border-color: #CAFB4E;
}
.TagClassName
{
border-color: #CAFB4E;
}
</style>