Shades of Conifer #CAF654
Tints of Conifer #CAF654
RGB
CMYK
RGB Variations
Color information
#CAF654 (or 0xCAF654) is known color: Conifer. HEX triplet: CA, F6 and 54. RGB value is (202,246,84). Sum of RGB (Red+Green+Blue) = 202+246+84=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 246 (96.48% from 255 or 46.24% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF654 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF654 is #3509AB. Grayscale: #D6D6D6. Windows color (decimal): -3475884 or 5568202. OLE color: 5568202.
HSL color Cylindrical-coordinate representation of color #CAF654: hue angle of 76.3º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAF654 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 246 | 84 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.04 |
| HSL | 76.3º | 0.9% | 0.65% | - |
| HSV(B) | 76.3º | 0.66% | 0.96% | - |
| XYZ | 58.91 | 79.11 | 20.55 | - |
| YUV | 214.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 246 | 84 | 0.18 | 0 | 0.66 | 0.04 | 76.3 | 0.9 | 0.65 |
| Hex | CA | F6 | 54 | 12 | 0 | 42 | 4 | 4C | 5A | 41 |
| Octal | 312 | 366 | 124 | 22 | 0 | 102 | 4 | 114 | 132 | 101 |
| Binary | 11001010 | 11110110 | 1010100 | 10010 | 0 | 1000010 | 100 | 1001100 | 1011010 | 1000001 |
Color Harmonies of #CAF654
Complementary color
Monochromatic Colors of #CAF654
Black with #CAF654
Text Example
Text Example
White with #CAF654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF654; }
p { color: rgb(202,246,84); }
H1.HeaderClassName
{
color: #CAF654;
}
.AnyTagClassName
{
color: #CAF654;
}
</style>
background-color css
<style>
a { background-color: #CAF654; }
a { background-color: rgb(202,246,84); }
div.DivClassName
{
background-color: #CAF654;
}
.BgClassName
{
background-color: #CAF654;
}
</style>
border-color css
<style>
span { border-color: #CAF654; }
span { border-color: rgb(202,246,84); }
td.TdClassName
{
border-color: #CAF654;
}
.TagClassName
{
border-color: #CAF654;
}
</style>