Shades of Conifer #CAE656
Tints of Conifer #CAE656
RGB
CMYK
RGB Variations
Color information
#CAE656 (or 0xCAE656) is known color: Conifer. HEX triplet: CA, E6 and 56. RGB value is (202,230,86). Sum of RGB (Red+Green+Blue) = 202+230+86=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 230 (90.23% from 255 or 44.40% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE656 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAE656 is #3519A9. Grayscale: #CDCDCD. Windows color (decimal): -3479978 or 5695178. OLE color: 5695178.
HSL color Cylindrical-coordinate representation of color #CAE656: hue angle of 71.67º 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 #CAE656 is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 230 | 86 | - |
| CMYK | 0.12 | 0 | 0.63 | 0.10 |
| HSL | 71.67º | 0.74% | 0.62% | - |
| HSV(B) | 71.67º | 0.63% | 0.9% | - |
| XYZ | 54.33 | 69.82 | 19.42 | - |
| YUV | 205.21 | 60.72 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 230 | 86 | 0.12 | 0 | 0.63 | 0.10 | 71.67 | 0.74 | 0.62 |
| Hex | CA | E6 | 56 | C | 0 | 3F | A | 48 | 4A | 3E |
| Octal | 312 | 346 | 126 | 14 | 0 | 77 | 12 | 110 | 112 | 76 |
| Binary | 11001010 | 11100110 | 1010110 | 1100 | 0 | 111111 | 1010 | 1001000 | 1001010 | 111110 |
Color Harmonies of #CAE656
Complementary color
Monochromatic Colors of #CAE656
Black with #CAE656
Text Example
Text Example
White with #CAE656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE656; }
p { color: rgb(202,230,86); }
H1.HeaderClassName
{
color: #CAE656;
}
.AnyTagClassName
{
color: #CAE656;
}
</style>
background-color css
<style>
a { background-color: #CAE656; }
a { background-color: rgb(202,230,86); }
div.DivClassName
{
background-color: #CAE656;
}
.BgClassName
{
background-color: #CAE656;
}
</style>
border-color css
<style>
span { border-color: #CAE656; }
span { border-color: rgb(202,230,86); }
td.TdClassName
{
border-color: #CAE656;
}
.TagClassName
{
border-color: #CAE656;
}
</style>