Shades of Conifer #CCE453
Tints of Conifer #CCE453
RGB
CMYK
RGB Variations
Color information
#CCE453 (or 0xCCE453) is known color: Conifer. HEX triplet: CC, E4 and 53. RGB value is (204,228,83). Sum of RGB (Red+Green+Blue) = 204+228+83=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 228 (89.45% from 255 or 44.27% from 515); Blue value is 83 (32.81% from 255 or 16.12% from 515); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE453 is #331BAC. Grayscale: #CCCCCC. Windows color (decimal): -3349421 or 5498060. OLE color: 5498060.
HSL color Cylindrical-coordinate representation of color #CCE453: hue angle of 69.93º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE453 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 83 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.11 |
| HSL | 69.93º | 0.73% | 0.61% | - |
| HSV(B) | 69.93º | 0.64% | 0.89% | - |
| XYZ | 54.21 | 68.95 | 18.64 | - |
| YUV | 204.29 | 59.55 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 83 | 0.11 | 0 | 0.64 | 0.11 | 69.93 | 0.73 | 0.61 |
| Hex | CC | E4 | 53 | B | 0 | 40 | B | 46 | 49 | 3D |
| Octal | 314 | 344 | 123 | 13 | 0 | 100 | 13 | 106 | 111 | 75 |
| Binary | 11001100 | 11100100 | 1010011 | 1011 | 0 | 1000000 | 1011 | 1000110 | 1001001 | 111101 |
Color Harmonies of #CCE453
Complementary color
Monochromatic Colors of #CCE453
Black with #CCE453
Text Example
Text Example
White with #CCE453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE453; }
p { color: rgb(204,228,83); }
H1.HeaderClassName
{
color: #CCE453;
}
.AnyTagClassName
{
color: #CCE453;
}
</style>
background-color css
<style>
a { background-color: #CCE453; }
a { background-color: rgb(204,228,83); }
div.DivClassName
{
background-color: #CCE453;
}
.BgClassName
{
background-color: #CCE453;
}
</style>
border-color css
<style>
span { border-color: #CCE453; }
span { border-color: rgb(204,228,83); }
td.TdClassName
{
border-color: #CCE453;
}
.TagClassName
{
border-color: #CCE453;
}
</style>