Shades of Conifer #CAE556
Tints of Conifer #CAE556
RGB
CMYK
RGB Variations
Color information
#CAE556 (or 0xCAE556) is known color: Conifer. HEX triplet: CA, E5 and 56. RGB value is (202,229,86). Sum of RGB (Red+Green+Blue) = 202+229+86=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 86 (33.98% from 255 or 16.63% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE556 is #351AA9. Grayscale: #CDCDCD. Windows color (decimal): -3480234 or 5694922. OLE color: 5694922.
HSL color Cylindrical-coordinate representation of color #CAE556: hue angle of 71.33º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAE556 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 86 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.10 |
| HSL | 71.33º | 0.73% | 0.62% | - |
| HSV(B) | 71.33º | 0.62% | 0.9% | - |
| XYZ | 54.06 | 69.27 | 19.32 | - |
| YUV | 204.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 86 | 0.12 | 0 | 0.62 | 0.10 | 71.33 | 0.73 | 0.62 |
| Hex | CA | E5 | 56 | C | 0 | 3E | A | 47 | 49 | 3E |
| Octal | 312 | 345 | 126 | 14 | 0 | 76 | 12 | 107 | 111 | 76 |
| Binary | 11001010 | 11100101 | 1010110 | 1100 | 0 | 111110 | 1010 | 1000111 | 1001001 | 111110 |
Color Harmonies of #CAE556
Complementary color
Monochromatic Colors of #CAE556
Black with #CAE556
Text Example
Text Example
White with #CAE556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE556; }
p { color: rgb(202,229,86); }
H1.HeaderClassName
{
color: #CAE556;
}
.AnyTagClassName
{
color: #CAE556;
}
</style>
background-color css
<style>
a { background-color: #CAE556; }
a { background-color: rgb(202,229,86); }
div.DivClassName
{
background-color: #CAE556;
}
.BgClassName
{
background-color: #CAE556;
}
</style>
border-color css
<style>
span { border-color: #CAE556; }
span { border-color: rgb(202,229,86); }
td.TdClassName
{
border-color: #CAE556;
}
.TagClassName
{
border-color: #CAE556;
}
</style>