Shades of Conifer #CCF24E
Tints of Conifer #CCF24E
RGB
CMYK
RGB Variations
Color information
#CCF24E (or 0xCCF24E) is known color: Conifer. HEX triplet: CC, F2 and 4E. RGB value is (204,242,78). Sum of RGB (Red+Green+Blue) = 204+242+78=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF24E is #330DB1. Grayscale: #D4D4D4. Windows color (decimal): -3345842 or 5173964. OLE color: 5173964.
HSL color Cylindrical-coordinate representation of color #CCF24E: hue angle of 73.9º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF24E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 78 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.05 |
| HSL | 73.9º | 0.86% | 0.63% | - |
| HSV(B) | 73.9º | 0.68% | 0.95% | - |
| XYZ | 58.03 | 76.89 | 18.99 | - |
| YUV | 211.94 | 52.41 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 78 | 0.16 | 0 | 0.68 | 0.05 | 73.9 | 0.86 | 0.63 |
| Hex | CC | F2 | 4E | 10 | 0 | 44 | 5 | 4A | 56 | 3F |
| Octal | 314 | 362 | 116 | 20 | 0 | 104 | 5 | 112 | 126 | 77 |
| Binary | 11001100 | 11110010 | 1001110 | 10000 | 0 | 1000100 | 101 | 1001010 | 1010110 | 111111 |
Color Harmonies of #CCF24E
Complementary color
Monochromatic Colors of #CCF24E
Black with #CCF24E
Text Example
Text Example
White with #CCF24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF24E; }
p { color: rgb(204,242,78); }
H1.HeaderClassName
{
color: #CCF24E;
}
.AnyTagClassName
{
color: #CCF24E;
}
</style>
background-color css
<style>
a { background-color: #CCF24E; }
a { background-color: rgb(204,242,78); }
div.DivClassName
{
background-color: #CCF24E;
}
.BgClassName
{
background-color: #CCF24E;
}
</style>
border-color css
<style>
span { border-color: #CCF24E; }
span { border-color: rgb(204,242,78); }
td.TdClassName
{
border-color: #CCF24E;
}
.TagClassName
{
border-color: #CCF24E;
}
</style>