Shades of Conifer #CCE454
Tints of Conifer #CCE454
RGB
CMYK
RGB Variations
Color information
#CCE454 (or 0xCCE454) is known color: Conifer. HEX triplet: CC, E4 and 54. RGB value is (204,228,84). Sum of RGB (Red+Green+Blue) = 204+228+84=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 84 (33.20% from 255 or 16.28% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE454 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE454 is #331BAB. Grayscale: #CCCCCC. Windows color (decimal): -3349420 or 5563596. OLE color: 5563596.
HSL color Cylindrical-coordinate representation of color #CCE454: hue angle of 70º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCE454 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 84 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.11 |
| HSL | 70º | 0.73% | 0.61% | - |
| HSV(B) | 70º | 0.63% | 0.89% | - |
| XYZ | 54.25 | 68.96 | 18.84 | - |
| YUV | 204.41 | 60.05 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 84 | 0.11 | 0 | 0.63 | 0.11 | 70 | 0.73 | 0.61 |
| Hex | CC | E4 | 54 | B | 0 | 3F | B | 46 | 49 | 3D |
| Octal | 314 | 344 | 124 | 13 | 0 | 77 | 13 | 106 | 111 | 75 |
| Binary | 11001100 | 11100100 | 1010100 | 1011 | 0 | 111111 | 1011 | 1000110 | 1001001 | 111101 |
Color Harmonies of #CCE454
Complementary color
Monochromatic Colors of #CCE454
Black with #CCE454
Text Example
Text Example
White with #CCE454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE454; }
p { color: rgb(204,228,84); }
H1.HeaderClassName
{
color: #CCE454;
}
.AnyTagClassName
{
color: #CCE454;
}
</style>
background-color css
<style>
a { background-color: #CCE454; }
a { background-color: rgb(204,228,84); }
div.DivClassName
{
background-color: #CCE454;
}
.BgClassName
{
background-color: #CCE454;
}
</style>
border-color css
<style>
span { border-color: #CCE454; }
span { border-color: rgb(204,228,84); }
td.TdClassName
{
border-color: #CCE454;
}
.TagClassName
{
border-color: #CCE454;
}
</style>