Shades of Conifer #CAEE4E
Tints of Conifer #CAEE4E
RGB
CMYK
RGB Variations
Color information
#CAEE4E (or 0xCAEE4E) is known color: Conifer. HEX triplet: CA, EE and 4E. RGB value is (202,238,78). Sum of RGB (Red+Green+Blue) = 202+238+78=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 78 (30.86% from 255 or 15.06% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEE4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CAEE4E is #3511B1. Grayscale: #D1D1D1. Windows color (decimal): -3477938 or 5172938. OLE color: 5172938.
HSL color Cylindrical-coordinate representation of color #CAEE4E: hue angle of 73.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAEE4E is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 78 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.07 |
| HSL | 73.5º | 0.82% | 0.62% | - |
| HSV(B) | 73.5º | 0.67% | 0.93% | - |
| XYZ | 56.31 | 74.26 | 18.57 | - |
| YUV | 209 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 78 | 0.15 | 0 | 0.67 | 0.07 | 73.5 | 0.82 | 0.62 |
| Hex | CA | EE | 4E | F | 0 | 43 | 7 | 4A | 52 | 3E |
| Octal | 312 | 356 | 116 | 17 | 0 | 103 | 7 | 112 | 122 | 76 |
| Binary | 11001010 | 11101110 | 1001110 | 1111 | 0 | 1000011 | 111 | 1001010 | 1010010 | 111110 |
Color Harmonies of #CAEE4E
Complementary color
Monochromatic Colors of #CAEE4E
Black with #CAEE4E
Text Example
Text Example
White with #CAEE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEE4E; }
p { color: rgb(202,238,78); }
H1.HeaderClassName
{
color: #CAEE4E;
}
.AnyTagClassName
{
color: #CAEE4E;
}
</style>
background-color css
<style>
a { background-color: #CAEE4E; }
a { background-color: rgb(202,238,78); }
div.DivClassName
{
background-color: #CAEE4E;
}
.BgClassName
{
background-color: #CAEE4E;
}
</style>
border-color css
<style>
span { border-color: #CAEE4E; }
span { border-color: rgb(202,238,78); }
td.TdClassName
{
border-color: #CAEE4E;
}
.TagClassName
{
border-color: #CAEE4E;
}
</style>