Shades of Conifer #CCF44E
Tints of Conifer #CCF44E
RGB
CMYK
RGB Variations
Color information
#CCF44E (or 0xCCF44E) is known color: Conifer. HEX triplet: CC, F4 and 4E. RGB value is (204,244,78). Sum of RGB (Red+Green+Blue) = 204+244+78=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 78 (30.86% from 255 or 14.83% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF44E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF44E is #330BB1. Grayscale: #D5D5D5. Windows color (decimal): -3345330 or 5174476. OLE color: 5174476.
HSL color Cylindrical-coordinate representation of color #CCF44E: hue angle of 74.46º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF44E is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 78 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.04 |
| HSL | 74.46º | 0.88% | 0.63% | - |
| HSV(B) | 74.46º | 0.68% | 0.96% | - |
| XYZ | 58.63 | 78.09 | 19.19 | - |
| YUV | 213.12 | 51.75 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 78 | 0.16 | 0 | 0.68 | 0.04 | 74.46 | 0.88 | 0.63 |
| Hex | CC | F4 | 4E | 10 | 0 | 44 | 4 | 4A | 58 | 3F |
| Octal | 314 | 364 | 116 | 20 | 0 | 104 | 4 | 112 | 130 | 77 |
| Binary | 11001100 | 11110100 | 1001110 | 10000 | 0 | 1000100 | 100 | 1001010 | 1011000 | 111111 |
Color Harmonies of #CCF44E
Complementary color
Monochromatic Colors of #CCF44E
Black with #CCF44E
Text Example
Text Example
White with #CCF44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF44E; }
p { color: rgb(204,244,78); }
H1.HeaderClassName
{
color: #CCF44E;
}
.AnyTagClassName
{
color: #CCF44E;
}
</style>
background-color css
<style>
a { background-color: #CCF44E; }
a { background-color: rgb(204,244,78); }
div.DivClassName
{
background-color: #CCF44E;
}
.BgClassName
{
background-color: #CCF44E;
}
</style>
border-color css
<style>
span { border-color: #CCF44E; }
span { border-color: rgb(204,244,78); }
td.TdClassName
{
border-color: #CCF44E;
}
.TagClassName
{
border-color: #CCF44E;
}
</style>