Shades of Conifer #CCE353
Tints of Conifer #CCE353
RGB
CMYK
RGB Variations
Color information
#CCE353 (or 0xCCE353) is known color: Conifer. HEX triplet: CC, E3 and 53. RGB value is (204,227,83). Sum of RGB (Red+Green+Blue) = 204+227+83=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 83 (32.81% from 255 or 16.15% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE353 is #331CAC. Grayscale: #CCCCCC. Windows color (decimal): -3349677 or 5497804. OLE color: 5497804.
HSL color Cylindrical-coordinate representation of color #CCE353: hue angle of 69.58º 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 #CCE353 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 83 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.58º | 0.72% | 0.61% | - |
| HSV(B) | 69.58º | 0.63% | 0.89% | - |
| XYZ | 53.93 | 68.4 | 18.54 | - |
| YUV | 203.71 | 59.88 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 83 | 0.10 | 0 | 0.63 | 0.11 | 69.58 | 0.72 | 0.61 |
| Hex | CC | E3 | 53 | A | 0 | 3F | B | 46 | 48 | 3D |
| Octal | 314 | 343 | 123 | 12 | 0 | 77 | 13 | 106 | 110 | 75 |
| Binary | 11001100 | 11100011 | 1010011 | 1010 | 0 | 111111 | 1011 | 1000110 | 1001000 | 111101 |
Color Harmonies of #CCE353
Complementary color
Monochromatic Colors of #CCE353
Black with #CCE353
Text Example
Text Example
White with #CCE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE353; }
p { color: rgb(204,227,83); }
H1.HeaderClassName
{
color: #CCE353;
}
.AnyTagClassName
{
color: #CCE353;
}
</style>
background-color css
<style>
a { background-color: #CCE353; }
a { background-color: rgb(204,227,83); }
div.DivClassName
{
background-color: #CCE353;
}
.BgClassName
{
background-color: #CCE353;
}
</style>
border-color css
<style>
span { border-color: #CCE353; }
span { border-color: rgb(204,227,83); }
td.TdClassName
{
border-color: #CCE353;
}
.TagClassName
{
border-color: #CCE353;
}
</style>