Shades of Conifer #C4EE52
Tints of Conifer #C4EE52
RGB
CMYK
RGB Variations
Color information
#C4EE52 (or 0xC4EE52) is known color: Conifer. HEX triplet: C4, EE and 52. RGB value is (196,238,82). Sum of RGB (Red+Green+Blue) = 196+238+82=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 82 (32.42% from 255 or 15.89% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #C4EE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4EE52 is #3B11AD. Grayscale: #D0D0D0. Windows color (decimal): -3871150 or 5435076. OLE color: 5435076.
HSL color Cylindrical-coordinate representation of color #C4EE52: hue angle of 76.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4EE52 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 238 | 82 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.07 |
| HSL | 76.15º | 0.82% | 0.63% | - |
| HSV(B) | 76.15º | 0.66% | 0.93% | - |
| XYZ | 54.86 | 73.49 | 19.28 | - |
| YUV | 207.66 | 57.09 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 238 | 82 | 0.18 | 0 | 0.66 | 0.07 | 76.15 | 0.82 | 0.63 |
| Hex | C4 | EE | 52 | 12 | 0 | 42 | 7 | 4C | 52 | 3F |
| Octal | 304 | 356 | 122 | 22 | 0 | 102 | 7 | 114 | 122 | 77 |
| Binary | 11000100 | 11101110 | 1010010 | 10010 | 0 | 1000010 | 111 | 1001100 | 1010010 | 111111 |
Color Harmonies of #C4EE52
Complementary color
Monochromatic Colors of #C4EE52
Black with #C4EE52
Text Example
Text Example
White with #C4EE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4EE52; }
p { color: rgb(196,238,82); }
H1.HeaderClassName
{
color: #C4EE52;
}
.AnyTagClassName
{
color: #C4EE52;
}
</style>
background-color css
<style>
a { background-color: #C4EE52; }
a { background-color: rgb(196,238,82); }
div.DivClassName
{
background-color: #C4EE52;
}
.BgClassName
{
background-color: #C4EE52;
}
</style>
border-color css
<style>
span { border-color: #C4EE52; }
span { border-color: rgb(196,238,82); }
td.TdClassName
{
border-color: #C4EE52;
}
.TagClassName
{
border-color: #C4EE52;
}
</style>