Shades of Conifer #C2EF58
Tints of Conifer #C2EF58
RGB
CMYK
RGB Variations
Color information
#C2EF58 (or 0xC2EF58) is known color: Conifer. HEX triplet: C2, EF and 58. RGB value is (194,239,88). Sum of RGB (Red+Green+Blue) = 194+239+88=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 239 (93.75% from 255 or 45.87% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EF58 is #3D10A7. Grayscale: #D0D0D0. Windows color (decimal): -4001960 or 5828546. OLE color: 5828546.
HSL color Cylindrical-coordinate representation of color #C2EF58: hue angle of 77.88º degrees, saturation: 0.83, 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 #C2EF58 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 239 | 88 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.06 |
| HSL | 77.88º | 0.83% | 0.64% | - |
| HSV(B) | 77.88º | 0.63% | 0.94% | - |
| XYZ | 54.88 | 73.91 | 20.61 | - |
| YUV | 208.33 | 60.09 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 239 | 88 | 0.19 | 0 | 0.63 | 0.06 | 77.88 | 0.83 | 0.64 |
| Hex | C2 | EF | 58 | 13 | 0 | 3F | 6 | 4E | 53 | 40 |
| Octal | 302 | 357 | 130 | 23 | 0 | 77 | 6 | 116 | 123 | 100 |
| Binary | 11000010 | 11101111 | 1011000 | 10011 | 0 | 111111 | 110 | 1001110 | 1010011 | 1000000 |
Color Harmonies of #C2EF58
Complementary color
Monochromatic Colors of #C2EF58
Black with #C2EF58
Text Example
Text Example
White with #C2EF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EF58; }
p { color: rgb(194,239,88); }
H1.HeaderClassName
{
color: #C2EF58;
}
.AnyTagClassName
{
color: #C2EF58;
}
</style>
background-color css
<style>
a { background-color: #C2EF58; }
a { background-color: rgb(194,239,88); }
div.DivClassName
{
background-color: #C2EF58;
}
.BgClassName
{
background-color: #C2EF58;
}
</style>
border-color css
<style>
span { border-color: #C2EF58; }
span { border-color: rgb(194,239,88); }
td.TdClassName
{
border-color: #C2EF58;
}
.TagClassName
{
border-color: #C2EF58;
}
</style>