Shades of Conifer #CCF04F
Tints of Conifer #CCF04F
RGB
CMYK
RGB Variations
Color information
#CCF04F (or 0xCCF04F) is known color: Conifer. HEX triplet: CC, F0 and 4F. RGB value is (204,240,79). Sum of RGB (Red+Green+Blue) = 204+240+79=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF04F is #330FB0. Grayscale: #D3D3D3. Windows color (decimal): -3346353 or 5238988. OLE color: 5238988.
HSL color Cylindrical-coordinate representation of color #CCF04F: hue angle of 73.42º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCF04F is Cyan = 0.15, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 79 | - |
| CMYK | 0.15 | 0 | 0.67 | 0.06 |
| HSL | 73.42º | 0.84% | 0.63% | - |
| HSV(B) | 73.42º | 0.67% | 0.94% | - |
| XYZ | 57.47 | 75.72 | 18.98 | - |
| YUV | 210.88 | 53.57 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 79 | 0.15 | 0 | 0.67 | 0.06 | 73.42 | 0.84 | 0.63 |
| Hex | CC | F0 | 4F | F | 0 | 43 | 6 | 49 | 54 | 3F |
| Octal | 314 | 360 | 117 | 17 | 0 | 103 | 6 | 111 | 124 | 77 |
| Binary | 11001100 | 11110000 | 1001111 | 1111 | 0 | 1000011 | 110 | 1001001 | 1010100 | 111111 |
Color Harmonies of #CCF04F
Complementary color
Monochromatic Colors of #CCF04F
Black with #CCF04F
Text Example
Text Example
White with #CCF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF04F; }
p { color: rgb(204,240,79); }
H1.HeaderClassName
{
color: #CCF04F;
}
.AnyTagClassName
{
color: #CCF04F;
}
</style>
background-color css
<style>
a { background-color: #CCF04F; }
a { background-color: rgb(204,240,79); }
div.DivClassName
{
background-color: #CCF04F;
}
.BgClassName
{
background-color: #CCF04F;
}
</style>
border-color css
<style>
span { border-color: #CCF04F; }
span { border-color: rgb(204,240,79); }
td.TdClassName
{
border-color: #CCF04F;
}
.TagClassName
{
border-color: #CCF04F;
}
</style>