Shades of Conifer #CCFC4E
Tints of Conifer #CCFC4E
RGB
CMYK
RGB Variations
Color information
#CCFC4E (or 0xCCFC4E) is known color: Conifer. HEX triplet: CC, FC and 4E. RGB value is (204,252,78). Sum of RGB (Red+Green+Blue) = 204+252+78=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 252 (98.83% from 255 or 47.19% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC4E is #3303B1. Grayscale: #DADADA. Windows color (decimal): -3343282 or 5176524. OLE color: 5176524.
HSL color Cylindrical-coordinate representation of color #CCFC4E: hue angle of 76.55º degrees, saturation: 0.97, 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 #CCFC4E is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 78 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.01 |
| HSL | 76.55º | 0.97% | 0.65% | - |
| HSV(B) | 76.55º | 0.69% | 0.99% | - |
| XYZ | 61.09 | 83.01 | 20.01 | - |
| YUV | 217.81 | 49.1 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 78 | 0.19 | 0 | 0.69 | 0.01 | 76.55 | 0.97 | 0.65 |
| Hex | CC | FC | 4E | 13 | 0 | 45 | 1 | 4D | 61 | 41 |
| Octal | 314 | 374 | 116 | 23 | 0 | 105 | 1 | 115 | 141 | 101 |
| Binary | 11001100 | 11111100 | 1001110 | 10011 | 0 | 1000101 | 1 | 1001101 | 1100001 | 1000001 |
Color Harmonies of #CCFC4E
Complementary color
Monochromatic Colors of #CCFC4E
Black with #CCFC4E
Text Example
Text Example
White with #CCFC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC4E; }
p { color: rgb(204,252,78); }
H1.HeaderClassName
{
color: #CCFC4E;
}
.AnyTagClassName
{
color: #CCFC4E;
}
</style>
background-color css
<style>
a { background-color: #CCFC4E; }
a { background-color: rgb(204,252,78); }
div.DivClassName
{
background-color: #CCFC4E;
}
.BgClassName
{
background-color: #CCFC4E;
}
</style>
border-color css
<style>
span { border-color: #CCFC4E; }
span { border-color: rgb(204,252,78); }
td.TdClassName
{
border-color: #CCFC4E;
}
.TagClassName
{
border-color: #CCFC4E;
}
</style>