Shades of Conifer #CCEC50
Tints of Conifer #CCEC50
RGB
CMYK
RGB Variations
Color information
#CCEC50 (or 0xCCEC50) is known color: Conifer. HEX triplet: CC, EC and 50. RGB value is (204,236,80). Sum of RGB (Red+Green+Blue) = 204+236+80=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 236 (92.58% from 255 or 45.38% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEC50 is #3313AF. Grayscale: #D1D1D1. Windows color (decimal): -3347376 or 5303500. OLE color: 5303500.
HSL color Cylindrical-coordinate representation of color #CCEC50: hue angle of 72.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCEC50 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 236 | 80 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.07 |
| HSL | 72.31º | 0.8% | 0.62% | - |
| HSV(B) | 72.31º | 0.66% | 0.93% | - |
| XYZ | 56.35 | 73.41 | 18.79 | - |
| YUV | 208.65 | 55.4 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 236 | 80 | 0.14 | 0 | 0.66 | 0.07 | 72.31 | 0.8 | 0.62 |
| Hex | CC | EC | 50 | E | 0 | 42 | 7 | 48 | 50 | 3E |
| Octal | 314 | 354 | 120 | 16 | 0 | 102 | 7 | 110 | 120 | 76 |
| Binary | 11001100 | 11101100 | 1010000 | 1110 | 0 | 1000010 | 111 | 1001000 | 1010000 | 111110 |
Color Harmonies of #CCEC50
Complementary color
Monochromatic Colors of #CCEC50
Black with #CCEC50
Text Example
Text Example
White with #CCEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEC50; }
p { color: rgb(204,236,80); }
H1.HeaderClassName
{
color: #CCEC50;
}
.AnyTagClassName
{
color: #CCEC50;
}
</style>
background-color css
<style>
a { background-color: #CCEC50; }
a { background-color: rgb(204,236,80); }
div.DivClassName
{
background-color: #CCEC50;
}
.BgClassName
{
background-color: #CCEC50;
}
</style>
border-color css
<style>
span { border-color: #CCEC50; }
span { border-color: rgb(204,236,80); }
td.TdClassName
{
border-color: #CCEC50;
}
.TagClassName
{
border-color: #CCEC50;
}
</style>