Shades of Conifer #CAE655
Tints of Conifer #CAE655
RGB
CMYK
RGB Variations
Color information
#CAE655 (or 0xCAE655) is known color: Conifer. HEX triplet: CA, E6 and 55. RGB value is (202,230,85). Sum of RGB (Red+Green+Blue) = 202+230+85=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 230 (90.23% from 255 or 44.49% from 517); Blue value is 85 (33.59% from 255 or 16.44% from 517); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE655 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE655 is #3519AA. Grayscale: #CDCDCD. Windows color (decimal): -3479979 or 5629642. OLE color: 5629642.
HSL color Cylindrical-coordinate representation of color #CAE655: hue angle of 71.59º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAE655 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 85 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.10 |
| HSL | 71.59º | 0.74% | 0.62% | - |
| HSV(B) | 71.59º | 0.63% | 0.9% | - |
| XYZ | 54.29 | 69.81 | 19.21 | - |
| YUV | 205.1 | 60.22 | 125.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 85 | 0.12 | 0 | 0.63 | 0.10 | 71.59 | 0.74 | 0.62 |
| Hex | CA | E6 | 55 | C | 0 | 3F | A | 48 | 4A | 3E |
| Octal | 312 | 346 | 125 | 14 | 0 | 77 | 12 | 110 | 112 | 76 |
| Binary | 11001010 | 11100110 | 1010101 | 1100 | 0 | 111111 | 1010 | 1001000 | 1001010 | 111110 |
Color Harmonies of #CAE655
Complementary color
Monochromatic Colors of #CAE655
Black with #CAE655
Text Example
Text Example
White with #CAE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE655; }
p { color: rgb(202,230,85); }
H1.HeaderClassName
{
color: #CAE655;
}
.AnyTagClassName
{
color: #CAE655;
}
</style>
background-color css
<style>
a { background-color: #CAE655; }
a { background-color: rgb(202,230,85); }
div.DivClassName
{
background-color: #CAE655;
}
.BgClassName
{
background-color: #CAE655;
}
</style>
border-color css
<style>
span { border-color: #CAE655; }
span { border-color: rgb(202,230,85); }
td.TdClassName
{
border-color: #CAE655;
}
.TagClassName
{
border-color: #CAE655;
}
</style>