Shades of Conifer #CCF64F
Tints of Conifer #CCF64F
RGB
CMYK
RGB Variations
Color information
#CCF64F (or 0xCCF64F) is known color: Conifer. HEX triplet: CC, F6 and 4F. RGB value is (204,246,79). Sum of RGB (Red+Green+Blue) = 204+246+79=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF64F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF64F is #3309B0. Grayscale: #D7D7D7. Windows color (decimal): -3344817 or 5240524. OLE color: 5240524.
HSL color Cylindrical-coordinate representation of color #CCF64F: hue angle of 75.09º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF64F is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 79 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.04 |
| HSL | 75.09º | 0.9% | 0.64% | - |
| HSV(B) | 75.09º | 0.68% | 0.96% | - |
| XYZ | 59.27 | 79.31 | 19.58 | - |
| YUV | 214.4 | 51.59 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 79 | 0.17 | 0 | 0.68 | 0.04 | 75.09 | 0.9 | 0.64 |
| Hex | CC | F6 | 4F | 11 | 0 | 44 | 4 | 4B | 5A | 40 |
| Octal | 314 | 366 | 117 | 21 | 0 | 104 | 4 | 113 | 132 | 100 |
| Binary | 11001100 | 11110110 | 1001111 | 10001 | 0 | 1000100 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CCF64F
Complementary color
Monochromatic Colors of #CCF64F
Black with #CCF64F
Text Example
Text Example
White with #CCF64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF64F; }
p { color: rgb(204,246,79); }
H1.HeaderClassName
{
color: #CCF64F;
}
.AnyTagClassName
{
color: #CCF64F;
}
</style>
background-color css
<style>
a { background-color: #CCF64F; }
a { background-color: rgb(204,246,79); }
div.DivClassName
{
background-color: #CCF64F;
}
.BgClassName
{
background-color: #CCF64F;
}
</style>
border-color css
<style>
span { border-color: #CCF64F; }
span { border-color: rgb(204,246,79); }
td.TdClassName
{
border-color: #CCF64F;
}
.TagClassName
{
border-color: #CCF64F;
}
</style>