Shades of Conifer #CCFD4E
Tints of Conifer #CCFD4E
RGB
CMYK
RGB Variations
Color information
#CCFD4E (or 0xCCFD4E) is known color: Conifer. HEX triplet: CC, FD and 4E. RGB value is (204,253,78). Sum of RGB (Red+Green+Blue) = 204+253+78=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 78 (30.86% from 255 or 14.58% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFD4E is #3302B1. Grayscale: #DBDBDB. Windows color (decimal): -3343026 or 5176780. OLE color: 5176780.
HSL color Cylindrical-coordinate representation of color #CCFD4E: hue angle of 76.8º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCFD4E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 78 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.01 |
| HSL | 76.8º | 0.98% | 0.65% | - |
| HSV(B) | 76.8º | 0.69% | 0.99% | - |
| XYZ | 61.4 | 83.64 | 20.12 | - |
| YUV | 218.4 | 48.77 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 78 | 0.19 | 0 | 0.69 | 0.01 | 76.8 | 0.98 | 0.65 |
| Hex | CC | FD | 4E | 13 | 0 | 45 | 1 | 4D | 62 | 41 |
| Octal | 314 | 375 | 116 | 23 | 0 | 105 | 1 | 115 | 142 | 101 |
| Binary | 11001100 | 11111101 | 1001110 | 10011 | 0 | 1000101 | 1 | 1001101 | 1100010 | 1000001 |
Color Harmonies of #CCFD4E
Complementary color
Monochromatic Colors of #CCFD4E
Black with #CCFD4E
Text Example
Text Example
White with #CCFD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD4E; }
p { color: rgb(204,253,78); }
H1.HeaderClassName
{
color: #CCFD4E;
}
.AnyTagClassName
{
color: #CCFD4E;
}
</style>
background-color css
<style>
a { background-color: #CCFD4E; }
a { background-color: rgb(204,253,78); }
div.DivClassName
{
background-color: #CCFD4E;
}
.BgClassName
{
background-color: #CCFD4E;
}
</style>
border-color css
<style>
span { border-color: #CCFD4E; }
span { border-color: rgb(204,253,78); }
td.TdClassName
{
border-color: #CCFD4E;
}
.TagClassName
{
border-color: #CCFD4E;
}
</style>