Shades of Conifer #CCE552
Tints of Conifer #CCE552
RGB
CMYK
RGB Variations
Color information
#CCE552 (or 0xCCE552) is known color: Conifer. HEX triplet: CC, E5 and 52. RGB value is (204,229,82). Sum of RGB (Red+Green+Blue) = 204+229+82=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 82 (32.42% from 255 or 15.92% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE552 is #331AAD. Grayscale: #CDCDCD. Windows color (decimal): -3349166 or 5432780. OLE color: 5432780.
HSL color Cylindrical-coordinate representation of color #CCE552: hue angle of 70.2º 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 #CCE552 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 82 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.10 |
| HSL | 70.2º | 0.74% | 0.61% | - |
| HSV(B) | 70.2º | 0.64% | 0.9% | - |
| XYZ | 54.44 | 69.49 | 18.53 | - |
| YUV | 204.77 | 58.72 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 82 | 0.11 | 0 | 0.64 | 0.10 | 70.2 | 0.74 | 0.61 |
| Hex | CC | E5 | 52 | B | 0 | 40 | A | 46 | 4A | 3D |
| Octal | 314 | 345 | 122 | 13 | 0 | 100 | 12 | 106 | 112 | 75 |
| Binary | 11001100 | 11100101 | 1010010 | 1011 | 0 | 1000000 | 1010 | 1000110 | 1001010 | 111101 |
Color Harmonies of #CCE552
Complementary color
Monochromatic Colors of #CCE552
Black with #CCE552
Text Example
Text Example
White with #CCE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE552; }
p { color: rgb(204,229,82); }
H1.HeaderClassName
{
color: #CCE552;
}
.AnyTagClassName
{
color: #CCE552;
}
</style>
background-color css
<style>
a { background-color: #CCE552; }
a { background-color: rgb(204,229,82); }
div.DivClassName
{
background-color: #CCE552;
}
.BgClassName
{
background-color: #CCE552;
}
</style>
border-color css
<style>
span { border-color: #CCE552; }
span { border-color: rgb(204,229,82); }
td.TdClassName
{
border-color: #CCE552;
}
.TagClassName
{
border-color: #CCE552;
}
</style>