Shades of Conifer #C4EF60
Tints of Conifer #C4EF60
RGB
CMYK
RGB Variations
Color information
#C4EF60 (or 0xC4EF60) is known color: Conifer. HEX triplet: C4, EF and 60. RGB value is (196,239,96). Sum of RGB (Red+Green+Blue) = 196+239+96=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #C4EF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4EF60 is #3B109F. Grayscale: #D2D2D2. Windows color (decimal): -3870880 or 6352836. OLE color: 6352836.
HSL color Cylindrical-coordinate representation of color #C4EF60: hue angle of 78.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C4EF60 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 196 | 239 | 96 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.06 |
| HSL | 78.04º | 0.82% | 0.66% | - |
| HSV(B) | 78.04º | 0.6% | 0.94% | - |
| XYZ | 55.74 | 74.31 | 22.47 | - |
| YUV | 209.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 239 | 96 | 0.18 | 0 | 0.60 | 0.06 | 78.04 | 0.82 | 0.66 |
| Hex | C4 | EF | 60 | 12 | 0 | 3C | 6 | 4E | 52 | 42 |
| Octal | 304 | 357 | 140 | 22 | 0 | 74 | 6 | 116 | 122 | 102 |
| Binary | 11000100 | 11101111 | 1100000 | 10010 | 0 | 111100 | 110 | 1001110 | 1010010 | 1000010 |
Color Harmonies of #C4EF60
Complementary color
Monochromatic Colors of #C4EF60
Black with #C4EF60
Text Example
Text Example
White with #C4EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EF60; }
p { color: rgb(196,239,96); }
H1.HeaderClassName
{
color: #C4EF60;
}
.AnyTagClassName
{
color: #C4EF60;
}
</style>
background-color css
<style>
a { background-color: #C4EF60; }
a { background-color: rgb(196,239,96); }
div.DivClassName
{
background-color: #C4EF60;
}
.BgClassName
{
background-color: #C4EF60;
}
</style>
border-color css
<style>
span { border-color: #C4EF60; }
span { border-color: rgb(196,239,96); }
td.TdClassName
{
border-color: #C4EF60;
}
.TagClassName
{
border-color: #C4EF60;
}
</style>