Shades of Conifer #CCEA51
Tints of Conifer #CCEA51
RGB
CMYK
RGB Variations
Color information
#CCEA51 (or 0xCCEA51) is known color: Conifer. HEX triplet: CC, EA and 51. RGB value is (204,234,81). Sum of RGB (Red+Green+Blue) = 204+234+81=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 234 (91.80% from 255 or 45.09% from 519); Blue value is 81 (32.03% from 255 or 15.61% from 519); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA51 is #3315AE. Grayscale: #D0D0D0. Windows color (decimal): -3347887 or 5368524. OLE color: 5368524.
HSL color Cylindrical-coordinate representation of color #CCEA51: hue angle of 71.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCEA51 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 81 | - |
| CMYK | 0.13 | 0 | 0.65 | 0.08 |
| HSL | 71.76º | 0.78% | 0.62% | - |
| HSV(B) | 71.76º | 0.65% | 0.92% | - |
| XYZ | 55.81 | 72.28 | 18.79 | - |
| YUV | 207.59 | 56.56 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 81 | 0.13 | 0 | 0.65 | 0.08 | 71.76 | 0.78 | 0.62 |
| Hex | CC | EA | 51 | D | 0 | 41 | 8 | 48 | 4E | 3E |
| Octal | 314 | 352 | 121 | 15 | 0 | 101 | 10 | 110 | 116 | 76 |
| Binary | 11001100 | 11101010 | 1010001 | 1101 | 0 | 1000001 | 1000 | 1001000 | 1001110 | 111110 |
Color Harmonies of #CCEA51
Complementary color
Monochromatic Colors of #CCEA51
Black with #CCEA51
Text Example
Text Example
White with #CCEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA51; }
p { color: rgb(204,234,81); }
H1.HeaderClassName
{
color: #CCEA51;
}
.AnyTagClassName
{
color: #CCEA51;
}
</style>
background-color css
<style>
a { background-color: #CCEA51; }
a { background-color: rgb(204,234,81); }
div.DivClassName
{
background-color: #CCEA51;
}
.BgClassName
{
background-color: #CCEA51;
}
</style>
border-color css
<style>
span { border-color: #CCEA51; }
span { border-color: rgb(204,234,81); }
td.TdClassName
{
border-color: #CCEA51;
}
.TagClassName
{
border-color: #CCEA51;
}
</style>