Shades of Conifer #C2E458
Tints of Conifer #C2E458
RGB
CMYK
RGB Variations
Color information
#C2E458 (or 0xC2E458) is known color: Conifer. HEX triplet: C2, E4 and 58. RGB value is (194,228,88). Sum of RGB (Red+Green+Blue) = 194+228+88=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E458 is #3D1BA7. Grayscale: #CACACA. Windows color (decimal): -4004776 or 5825730. OLE color: 5825730.
HSL color Cylindrical-coordinate representation of color #C2E458: hue angle of 74.57º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2E458 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 228 | 88 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.11 |
| HSL | 74.57º | 0.72% | 0.62% | - |
| HSV(B) | 74.57º | 0.61% | 0.89% | - |
| XYZ | 51.75 | 67.66 | 19.56 | - |
| YUV | 201.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 228 | 88 | 0.15 | 0 | 0.61 | 0.11 | 74.57 | 0.72 | 0.62 |
| Hex | C2 | E4 | 58 | F | 0 | 3D | B | 4B | 48 | 3E |
| Octal | 302 | 344 | 130 | 17 | 0 | 75 | 13 | 113 | 110 | 76 |
| Binary | 11000010 | 11100100 | 1011000 | 1111 | 0 | 111101 | 1011 | 1001011 | 1001000 | 111110 |
Color Harmonies of #C2E458
Complementary color
Monochromatic Colors of #C2E458
Black with #C2E458
Text Example
Text Example
White with #C2E458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E458; }
p { color: rgb(194,228,88); }
H1.HeaderClassName
{
color: #C2E458;
}
.AnyTagClassName
{
color: #C2E458;
}
</style>
background-color css
<style>
a { background-color: #C2E458; }
a { background-color: rgb(194,228,88); }
div.DivClassName
{
background-color: #C2E458;
}
.BgClassName
{
background-color: #C2E458;
}
</style>
border-color css
<style>
span { border-color: #C2E458; }
span { border-color: rgb(194,228,88); }
td.TdClassName
{
border-color: #C2E458;
}
.TagClassName
{
border-color: #C2E458;
}
</style>