Shades of Conifer #CCF64E
Tints of Conifer #CCF64E
RGB
CMYK
RGB Variations
Color information
#CCF64E (or 0xCCF64E) is known color: Conifer. HEX triplet: CC, F6 and 4E. RGB value is (204,246,78). Sum of RGB (Red+Green+Blue) = 204+246+78=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 78 (30.86% from 255 or 14.77% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF64E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF64E is #3309B1. Grayscale: #D6D6D6. Windows color (decimal): -3344818 or 5174988. OLE color: 5174988.
HSL color Cylindrical-coordinate representation of color #CCF64E: hue angle of 75º 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 #CCF64E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 78 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.04 |
| HSL | 75º | 0.9% | 0.64% | - |
| HSV(B) | 75º | 0.68% | 0.96% | - |
| XYZ | 59.23 | 79.3 | 19.39 | - |
| YUV | 214.29 | 51.09 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 78 | 0.17 | 0 | 0.68 | 0.04 | 75 | 0.9 | 0.64 |
| Hex | CC | F6 | 4E | 11 | 0 | 44 | 4 | 4B | 5A | 40 |
| Octal | 314 | 366 | 116 | 21 | 0 | 104 | 4 | 113 | 132 | 100 |
| Binary | 11001100 | 11110110 | 1001110 | 10001 | 0 | 1000100 | 100 | 1001011 | 1011010 | 1000000 |
Color Harmonies of #CCF64E
Complementary color
Monochromatic Colors of #CCF64E
Black with #CCF64E
Text Example
Text Example
White with #CCF64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF64E; }
p { color: rgb(204,246,78); }
H1.HeaderClassName
{
color: #CCF64E;
}
.AnyTagClassName
{
color: #CCF64E;
}
</style>
background-color css
<style>
a { background-color: #CCF64E; }
a { background-color: rgb(204,246,78); }
div.DivClassName
{
background-color: #CCF64E;
}
.BgClassName
{
background-color: #CCF64E;
}
</style>
border-color css
<style>
span { border-color: #CCF64E; }
span { border-color: rgb(204,246,78); }
td.TdClassName
{
border-color: #CCF64E;
}
.TagClassName
{
border-color: #CCF64E;
}
</style>