Shades of Conifer #CCF84E
Tints of Conifer #CCF84E
RGB
CMYK
RGB Variations
Color information
#CCF84E (or 0xCCF84E) is known color: Conifer. HEX triplet: CC, F8 and 4E. RGB value is (204,248,78). Sum of RGB (Red+Green+Blue) = 204+248+78=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 78 (30.86% from 255 or 14.72% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF84E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF84E is #3307B1. Grayscale: #D8D8D8. Windows color (decimal): -3344306 or 5175500. OLE color: 5175500.
HSL color Cylindrical-coordinate representation of color #CCF84E: hue angle of 75.53º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF84E is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 78 | - |
| CMYK | 0.18 | 0 | 0.69 | 0.03 |
| HSL | 75.53º | 0.92% | 0.64% | - |
| HSV(B) | 75.53º | 0.69% | 0.97% | - |
| XYZ | 59.84 | 80.52 | 19.6 | - |
| YUV | 215.46 | 50.42 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 78 | 0.18 | 0 | 0.69 | 0.03 | 75.53 | 0.92 | 0.64 |
| Hex | CC | F8 | 4E | 12 | 0 | 45 | 3 | 4C | 5C | 40 |
| Octal | 314 | 370 | 116 | 22 | 0 | 105 | 3 | 114 | 134 | 100 |
| Binary | 11001100 | 11111000 | 1001110 | 10010 | 0 | 1000101 | 11 | 1001100 | 1011100 | 1000000 |
Color Harmonies of #CCF84E
Complementary color
Monochromatic Colors of #CCF84E
Black with #CCF84E
Text Example
Text Example
White with #CCF84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF84E; }
p { color: rgb(204,248,78); }
H1.HeaderClassName
{
color: #CCF84E;
}
.AnyTagClassName
{
color: #CCF84E;
}
</style>
background-color css
<style>
a { background-color: #CCF84E; }
a { background-color: rgb(204,248,78); }
div.DivClassName
{
background-color: #CCF84E;
}
.BgClassName
{
background-color: #CCF84E;
}
</style>
border-color css
<style>
span { border-color: #CCF84E; }
span { border-color: rgb(204,248,78); }
td.TdClassName
{
border-color: #CCF84E;
}
.TagClassName
{
border-color: #CCF84E;
}
</style>