Shades of Conifer #CCF24F
Tints of Conifer #CCF24F
RGB
CMYK
RGB Variations
Color information
#CCF24F (or 0xCCF24F) is known color: Conifer. HEX triplet: CC, F2 and 4F. RGB value is (204,242,79). Sum of RGB (Red+Green+Blue) = 204+242+79=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF24F is #330DB0. Grayscale: #D4D4D4. Windows color (decimal): -3345841 or 5239500. OLE color: 5239500.
HSL color Cylindrical-coordinate representation of color #CCF24F: hue angle of 73.99º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF24F is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 79 | - |
| CMYK | 0.16 | 0 | 0.67 | 0.05 |
| HSL | 73.99º | 0.86% | 0.63% | - |
| HSV(B) | 73.99º | 0.67% | 0.95% | - |
| XYZ | 58.07 | 76.91 | 19.18 | - |
| YUV | 212.06 | 52.91 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 79 | 0.16 | 0 | 0.67 | 0.05 | 73.99 | 0.86 | 0.63 |
| Hex | CC | F2 | 4F | 10 | 0 | 43 | 5 | 4A | 56 | 3F |
| Octal | 314 | 362 | 117 | 20 | 0 | 103 | 5 | 112 | 126 | 77 |
| Binary | 11001100 | 11110010 | 1001111 | 10000 | 0 | 1000011 | 101 | 1001010 | 1010110 | 111111 |
Color Harmonies of #CCF24F
Complementary color
Monochromatic Colors of #CCF24F
Black with #CCF24F
Text Example
Text Example
White with #CCF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF24F; }
p { color: rgb(204,242,79); }
H1.HeaderClassName
{
color: #CCF24F;
}
.AnyTagClassName
{
color: #CCF24F;
}
</style>
background-color css
<style>
a { background-color: #CCF24F; }
a { background-color: rgb(204,242,79); }
div.DivClassName
{
background-color: #CCF24F;
}
.BgClassName
{
background-color: #CCF24F;
}
</style>
border-color css
<style>
span { border-color: #CCF24F; }
span { border-color: rgb(204,242,79); }
td.TdClassName
{
border-color: #CCF24F;
}
.TagClassName
{
border-color: #CCF24F;
}
</style>