Shades of Conifer #CAE552
Tints of Conifer #CAE552
RGB
CMYK
RGB Variations
Color information
#CAE552 (or 0xCAE552) is known color: Conifer. HEX triplet: CA, E5 and 52. RGB value is (202,229,82). Sum of RGB (Red+Green+Blue) = 202+229+82=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 82 (32.42% from 255 or 15.98% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE552 is #351AAD. Grayscale: #CCCCCC. Windows color (decimal): -3480238 or 5432778. OLE color: 5432778.
HSL color Cylindrical-coordinate representation of color #CAE552: hue angle of 71.02º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CAE552 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 229 | 82 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.10 |
| HSL | 71.02º | 0.74% | 0.61% | - |
| HSV(B) | 71.02º | 0.64% | 0.9% | - |
| XYZ | 53.9 | 69.2 | 18.5 | - |
| YUV | 204.17 | 59.05 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 229 | 82 | 0.12 | 0 | 0.64 | 0.10 | 71.02 | 0.74 | 0.61 |
| Hex | CA | E5 | 52 | C | 0 | 40 | A | 47 | 4A | 3D |
| Octal | 312 | 345 | 122 | 14 | 0 | 100 | 12 | 107 | 112 | 75 |
| Binary | 11001010 | 11100101 | 1010010 | 1100 | 0 | 1000000 | 1010 | 1000111 | 1001010 | 111101 |
Color Harmonies of #CAE552
Complementary color
Monochromatic Colors of #CAE552
Black with #CAE552
Text Example
Text Example
White with #CAE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE552; }
p { color: rgb(202,229,82); }
H1.HeaderClassName
{
color: #CAE552;
}
.AnyTagClassName
{
color: #CAE552;
}
</style>
background-color css
<style>
a { background-color: #CAE552; }
a { background-color: rgb(202,229,82); }
div.DivClassName
{
background-color: #CAE552;
}
.BgClassName
{
background-color: #CAE552;
}
</style>
border-color css
<style>
span { border-color: #CAE552; }
span { border-color: rgb(202,229,82); }
td.TdClassName
{
border-color: #CAE552;
}
.TagClassName
{
border-color: #CAE552;
}
</style>