Shades of Conifer #CCE253
Tints of Conifer #CCE253
RGB
CMYK
RGB Variations
Color information
#CCE253 (or 0xCCE253) is known color: Conifer. HEX triplet: CC, E2 and 53. RGB value is (204,226,83). Sum of RGB (Red+Green+Blue) = 204+226+83=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 83 (32.81% from 255 or 16.18% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE253 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE253 is #331DAC. Grayscale: #CBCBCB. Windows color (decimal): -3349933 or 5497548. OLE color: 5497548.
HSL color Cylindrical-coordinate representation of color #CCE253: hue angle of 69.23º degrees, saturation: 0.71, 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 #CCE253 is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 83 | - |
| CMYK | 0.10 | 0 | 0.63 | 0.11 |
| HSL | 69.23º | 0.71% | 0.61% | - |
| HSV(B) | 69.23º | 0.63% | 0.89% | - |
| XYZ | 53.66 | 67.85 | 18.45 | - |
| YUV | 203.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 83 | 0.10 | 0 | 0.63 | 0.11 | 69.23 | 0.71 | 0.61 |
| Hex | CC | E2 | 53 | A | 0 | 3F | B | 45 | 47 | 3D |
| Octal | 314 | 342 | 123 | 12 | 0 | 77 | 13 | 105 | 107 | 75 |
| Binary | 11001100 | 11100010 | 1010011 | 1010 | 0 | 111111 | 1011 | 1000101 | 1000111 | 111101 |
Color Harmonies of #CCE253
Complementary color
Monochromatic Colors of #CCE253
Black with #CCE253
Text Example
Text Example
White with #CCE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE253; }
p { color: rgb(204,226,83); }
H1.HeaderClassName
{
color: #CCE253;
}
.AnyTagClassName
{
color: #CCE253;
}
</style>
background-color css
<style>
a { background-color: #CCE253; }
a { background-color: rgb(204,226,83); }
div.DivClassName
{
background-color: #CCE253;
}
.BgClassName
{
background-color: #CCE253;
}
</style>
border-color css
<style>
span { border-color: #CCE253; }
span { border-color: rgb(204,226,83); }
td.TdClassName
{
border-color: #CCE253;
}
.TagClassName
{
border-color: #CCE253;
}
</style>