Shades of Conifer #C2EF59
Tints of Conifer #C2EF59
RGB
CMYK
RGB Variations
Color information
#C2EF59 (or 0xC2EF59) is known color: Conifer. HEX triplet: C2, EF and 59. RGB value is (194,239,89). Sum of RGB (Red+Green+Blue) = 194+239+89=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 239 (93.75% from 255 or 45.79% from 522); Blue value is 89 (35.16% from 255 or 17.05% from 522); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF59 is #3D10A6. Grayscale: #D0D0D0. Windows color (decimal): -4001959 or 5894082. OLE color: 5894082.
HSL color Cylindrical-coordinate representation of color #C2EF59: hue angle of 78º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2EF59 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 89 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.06 |
| HSL | 78º | 0.82% | 0.64% | - |
| HSV(B) | 78º | 0.63% | 0.94% | - |
| XYZ | 54.92 | 73.92 | 20.83 | - |
| YUV | 208.45 | 60.59 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 89 | 0.19 | 0 | 0.63 | 0.06 | 78 | 0.82 | 0.64 |
| Hex | C2 | EF | 59 | 13 | 0 | 3F | 6 | 4E | 52 | 40 |
| Octal | 302 | 357 | 131 | 23 | 0 | 77 | 6 | 116 | 122 | 100 |
| Binary | 11000010 | 11101111 | 1011001 | 10011 | 0 | 111111 | 110 | 1001110 | 1010010 | 1000000 |
Color Harmonies of #C2EF59
Complementary color
Monochromatic Colors of #C2EF59
Black with #C2EF59
Text Example
Text Example
White with #C2EF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF59; }
p { color: rgb(194,239,89); }
H1.HeaderClassName
{
color: #C2EF59;
}
.AnyTagClassName
{
color: #C2EF59;
}
</style>
background-color css
<style>
a { background-color: #C2EF59; }
a { background-color: rgb(194,239,89); }
div.DivClassName
{
background-color: #C2EF59;
}
.BgClassName
{
background-color: #C2EF59;
}
</style>
border-color css
<style>
span { border-color: #C2EF59; }
span { border-color: rgb(194,239,89); }
td.TdClassName
{
border-color: #C2EF59;
}
.TagClassName
{
border-color: #C2EF59;
}
</style>