Shades of Conifer #CCED52
Tints of Conifer #CCED52
RGB
CMYK
RGB Variations
Color information
#CCED52 (or 0xCCED52) is known color: Conifer. HEX triplet: CC, ED and 52. RGB value is (204,237,82). Sum of RGB (Red+Green+Blue) = 204+237+82=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #CCED52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCED52 is #3312AD. Grayscale: #D2D2D2. Windows color (decimal): -3347118 or 5434828. OLE color: 5434828.
HSL color Cylindrical-coordinate representation of color #CCED52: hue angle of 72.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCED52 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 82 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.07 |
| HSL | 72.77º | 0.81% | 0.63% | - |
| HSV(B) | 72.77º | 0.65% | 0.93% | - |
| XYZ | 56.71 | 74.01 | 19.28 | - |
| YUV | 209.46 | 56.07 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 82 | 0.14 | 0 | 0.65 | 0.07 | 72.77 | 0.81 | 0.63 |
| Hex | CC | ED | 52 | E | 0 | 41 | 7 | 49 | 51 | 3F |
| Octal | 314 | 355 | 122 | 16 | 0 | 101 | 7 | 111 | 121 | 77 |
| Binary | 11001100 | 11101101 | 1010010 | 1110 | 0 | 1000001 | 111 | 1001001 | 1010001 | 111111 |
Color Harmonies of #CCED52
Complementary color
Monochromatic Colors of #CCED52
Black with #CCED52
Text Example
Text Example
White with #CCED52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCED52; }
p { color: rgb(204,237,82); }
H1.HeaderClassName
{
color: #CCED52;
}
.AnyTagClassName
{
color: #CCED52;
}
</style>
background-color css
<style>
a { background-color: #CCED52; }
a { background-color: rgb(204,237,82); }
div.DivClassName
{
background-color: #CCED52;
}
.BgClassName
{
background-color: #CCED52;
}
</style>
border-color css
<style>
span { border-color: #CCED52; }
span { border-color: rgb(204,237,82); }
td.TdClassName
{
border-color: #CCED52;
}
.TagClassName
{
border-color: #CCED52;
}
</style>