Shades of Conifer #CCE554
Tints of Conifer #CCE554
RGB
CMYK
RGB Variations
Color information
#CCE554 (or 0xCCE554) is known color: Conifer. HEX triplet: CC, E5 and 54. RGB value is (204,229,84). Sum of RGB (Red+Green+Blue) = 204+229+84=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 229 (89.84% from 255 or 44.29% from 517); Blue value is 84 (33.20% from 255 or 16.25% from 517); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE554 is #331AAB. Grayscale: #CDCDCD. Windows color (decimal): -3349164 or 5563852. OLE color: 5563852.
HSL color Cylindrical-coordinate representation of color #CCE554: hue angle of 70.34º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CCE554 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 84 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.10 |
| HSL | 70.34º | 0.74% | 0.61% | - |
| HSV(B) | 70.34º | 0.63% | 0.9% | - |
| XYZ | 54.52 | 69.52 | 18.93 | - |
| YUV | 205 | 59.72 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 84 | 0.11 | 0 | 0.63 | 0.10 | 70.34 | 0.74 | 0.61 |
| Hex | CC | E5 | 54 | B | 0 | 3F | A | 46 | 4A | 3D |
| Octal | 314 | 345 | 124 | 13 | 0 | 77 | 12 | 106 | 112 | 75 |
| Binary | 11001100 | 11100101 | 1010100 | 1011 | 0 | 111111 | 1010 | 1000110 | 1001010 | 111101 |
Color Harmonies of #CCE554
Complementary color
Monochromatic Colors of #CCE554
Black with #CCE554
Text Example
Text Example
White with #CCE554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE554; }
p { color: rgb(204,229,84); }
H1.HeaderClassName
{
color: #CCE554;
}
.AnyTagClassName
{
color: #CCE554;
}
</style>
background-color css
<style>
a { background-color: #CCE554; }
a { background-color: rgb(204,229,84); }
div.DivClassName
{
background-color: #CCE554;
}
.BgClassName
{
background-color: #CCE554;
}
</style>
border-color css
<style>
span { border-color: #CCE554; }
span { border-color: rgb(204,229,84); }
td.TdClassName
{
border-color: #CCE554;
}
.TagClassName
{
border-color: #CCE554;
}
</style>