Shades of Conifer #CCE553
Tints of Conifer #CCE553
RGB
CMYK
RGB Variations
Color information
#CCE553 (or 0xCCE553) is known color: Conifer. HEX triplet: CC, E5 and 53. RGB value is (204,229,83). Sum of RGB (Red+Green+Blue) = 204+229+83=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 229 (89.84% from 255 or 44.38% from 516); Blue value is 83 (32.81% from 255 or 16.09% from 516); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE553 is #331AAC. Grayscale: #CDCDCD. Windows color (decimal): -3349165 or 5498316. OLE color: 5498316.
HSL color Cylindrical-coordinate representation of color #CCE553: hue angle of 70.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CCE553 is Cyan = 0.11, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 83 | - |
| CMYK | 0.11 | 0 | 0.64 | 0.10 |
| HSL | 70.27º | 0.74% | 0.61% | - |
| HSV(B) | 70.27º | 0.64% | 0.9% | - |
| XYZ | 54.48 | 69.5 | 18.73 | - |
| YUV | 204.88 | 59.22 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 83 | 0.11 | 0 | 0.64 | 0.10 | 70.27 | 0.74 | 0.61 |
| Hex | CC | E5 | 53 | B | 0 | 40 | A | 46 | 4A | 3D |
| Octal | 314 | 345 | 123 | 13 | 0 | 100 | 12 | 106 | 112 | 75 |
| Binary | 11001100 | 11100101 | 1010011 | 1011 | 0 | 1000000 | 1010 | 1000110 | 1001010 | 111101 |
Color Harmonies of #CCE553
Complementary color
Monochromatic Colors of #CCE553
Black with #CCE553
Text Example
Text Example
White with #CCE553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE553; }
p { color: rgb(204,229,83); }
H1.HeaderClassName
{
color: #CCE553;
}
.AnyTagClassName
{
color: #CCE553;
}
</style>
background-color css
<style>
a { background-color: #CCE553; }
a { background-color: rgb(204,229,83); }
div.DivClassName
{
background-color: #CCE553;
}
.BgClassName
{
background-color: #CCE553;
}
</style>
border-color css
<style>
span { border-color: #CCE553; }
span { border-color: rgb(204,229,83); }
td.TdClassName
{
border-color: #CCE553;
}
.TagClassName
{
border-color: #CCE553;
}
</style>