Shades of Conifer #CAEC55
Tints of Conifer #CAEC55
RGB
CMYK
RGB Variations
Color information
#CAEC55 (or 0xCAEC55) is known color: Conifer. HEX triplet: CA, EC and 55. RGB value is (202,236,85). Sum of RGB (Red+Green+Blue) = 202+236+85=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 236 (92.58% from 255 or 45.12% from 523); Blue value is 85 (33.59% from 255 or 16.25% from 523); Max value from RGB is 236 - color contains mainly: green. Hex color #CAEC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEC55 is #3513AA. Grayscale: #D1D1D1. Windows color (decimal): -3478443 or 5631178. OLE color: 5631178.
HSL color Cylindrical-coordinate representation of color #CAEC55: hue angle of 73.51º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAEC55 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 85 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.07 |
| HSL | 73.51º | 0.8% | 0.63% | - |
| HSV(B) | 73.51º | 0.64% | 0.93% | - |
| XYZ | 55.99 | 73.2 | 19.77 | - |
| YUV | 208.62 | 58.24 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 85 | 0.14 | 0 | 0.64 | 0.07 | 73.51 | 0.8 | 0.63 |
| Hex | CA | EC | 55 | E | 0 | 40 | 7 | 4A | 50 | 3F |
| Octal | 312 | 354 | 125 | 16 | 0 | 100 | 7 | 112 | 120 | 77 |
| Binary | 11001010 | 11101100 | 1010101 | 1110 | 0 | 1000000 | 111 | 1001010 | 1010000 | 111111 |
Color Harmonies of #CAEC55
Complementary color
Monochromatic Colors of #CAEC55
Black with #CAEC55
Text Example
Text Example
White with #CAEC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEC55; }
p { color: rgb(202,236,85); }
H1.HeaderClassName
{
color: #CAEC55;
}
.AnyTagClassName
{
color: #CAEC55;
}
</style>
background-color css
<style>
a { background-color: #CAEC55; }
a { background-color: rgb(202,236,85); }
div.DivClassName
{
background-color: #CAEC55;
}
.BgClassName
{
background-color: #CAEC55;
}
</style>
border-color css
<style>
span { border-color: #CAEC55; }
span { border-color: rgb(202,236,85); }
td.TdClassName
{
border-color: #CAEC55;
}
.TagClassName
{
border-color: #CAEC55;
}
</style>