Shades of Conifer #CAF054
Tints of Conifer #CAF054
RGB
CMYK
RGB Variations
Color information
#CAF054 (or 0xCAF054) is known color: Conifer. HEX triplet: CA, F0 and 54. RGB value is (202,240,84). Sum of RGB (Red+Green+Blue) = 202+240+84=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF054 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAF054 is #350FAB. Grayscale: #D3D3D3. Windows color (decimal): -3477420 or 5566666. OLE color: 5566666.
HSL color Cylindrical-coordinate representation of color #CAF054: hue angle of 74.62º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CAF054 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 84 | - |
| CMYK | 0.16 | 0 | 0.65 | 0.06 |
| HSL | 74.62º | 0.84% | 0.64% | - |
| HSV(B) | 74.62º | 0.65% | 0.94% | - |
| XYZ | 57.12 | 75.52 | 19.95 | - |
| YUV | 210.85 | 56.41 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 84 | 0.16 | 0 | 0.65 | 0.06 | 74.62 | 0.84 | 0.64 |
| Hex | CA | F0 | 54 | 10 | 0 | 41 | 6 | 4B | 54 | 40 |
| Octal | 312 | 360 | 124 | 20 | 0 | 101 | 6 | 113 | 124 | 100 |
| Binary | 11001010 | 11110000 | 1010100 | 10000 | 0 | 1000001 | 110 | 1001011 | 1010100 | 1000000 |
Color Harmonies of #CAF054
Complementary color
Monochromatic Colors of #CAF054
Black with #CAF054
Text Example
Text Example
White with #CAF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF054; }
p { color: rgb(202,240,84); }
H1.HeaderClassName
{
color: #CAF054;
}
.AnyTagClassName
{
color: #CAF054;
}
</style>
background-color css
<style>
a { background-color: #CAF054; }
a { background-color: rgb(202,240,84); }
div.DivClassName
{
background-color: #CAF054;
}
.BgClassName
{
background-color: #CAF054;
}
</style>
border-color css
<style>
span { border-color: #CAF054; }
span { border-color: rgb(202,240,84); }
td.TdClassName
{
border-color: #CAF054;
}
.TagClassName
{
border-color: #CAF054;
}
</style>