Shades of Conifer #CCE354
Tints of Conifer #CCE354
RGB
CMYK
RGB Variations
Color information
#CCE354 (or 0xCCE354) is known color: Conifer. HEX triplet: CC, E3 and 54. RGB value is (204,227,84). Sum of RGB (Red+Green+Blue) = 204+227+84=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 84 (33.20% from 255 or 16.31% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE354 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE354 is #331CAB. Grayscale: #CCCCCC. Windows color (decimal): -3349676 or 5563340. OLE color: 5563340.
HSL color Cylindrical-coordinate representation of color #CCE354: hue angle of 69.65º degrees, saturation: 0.72, 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 #CCE354 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 84 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.65º | 0.72% | 0.61% | - |
| HSV(B) | 69.65º | 0.63% | 0.89% | - |
| XYZ | 53.97 | 68.42 | 18.75 | - |
| YUV | 203.82 | 60.38 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 84 | 0.10 | 0 | 0.63 | 0.11 | 69.65 | 0.72 | 0.61 |
| Hex | CC | E3 | 54 | A | 0 | 3F | B | 46 | 48 | 3D |
| Octal | 314 | 343 | 124 | 12 | 0 | 77 | 13 | 106 | 110 | 75 |
| Binary | 11001100 | 11100011 | 1010100 | 1010 | 0 | 111111 | 1011 | 1000110 | 1001000 | 111101 |
Color Harmonies of #CCE354
Complementary color
Monochromatic Colors of #CCE354
Black with #CCE354
Text Example
Text Example
White with #CCE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE354; }
p { color: rgb(204,227,84); }
H1.HeaderClassName
{
color: #CCE354;
}
.AnyTagClassName
{
color: #CCE354;
}
</style>
background-color css
<style>
a { background-color: #CCE354; }
a { background-color: rgb(204,227,84); }
div.DivClassName
{
background-color: #CCE354;
}
.BgClassName
{
background-color: #CCE354;
}
</style>
border-color css
<style>
span { border-color: #CCE354; }
span { border-color: rgb(204,227,84); }
td.TdClassName
{
border-color: #CCE354;
}
.TagClassName
{
border-color: #CCE354;
}
</style>