Shades of Conifer #C2E35F
Tints of Conifer #C2E35F
RGB
CMYK
RGB Variations
Color information
#C2E35F (or 0xC2E35F) is known color: Conifer. HEX triplet: C2, E3 and 5F. RGB value is (194,227,95). Sum of RGB (Red+Green+Blue) = 194+227+95=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 227 (89.06% from 255 or 43.99% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E35F is #3D1CA0. Grayscale: #CACACA. Windows color (decimal): -4005025 or 6284226. OLE color: 6284226.
HSL color Cylindrical-coordinate representation of color #C2E35F: hue angle of 75º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2E35F is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 95 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.11 |
| HSL | 75º | 0.7% | 0.63% | - |
| HSV(B) | 75º | 0.58% | 0.89% | - |
| XYZ | 51.78 | 67.23 | 21.07 | - |
| YUV | 202.09 | 67.57 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 95 | 0.15 | 0 | 0.58 | 0.11 | 75 | 0.7 | 0.63 |
| Hex | C2 | E3 | 5F | F | 0 | 3A | B | 4B | 46 | 3F |
| Octal | 302 | 343 | 137 | 17 | 0 | 72 | 13 | 113 | 106 | 77 |
| Binary | 11000010 | 11100011 | 1011111 | 1111 | 0 | 111010 | 1011 | 1001011 | 1000110 | 111111 |
Color Harmonies of #C2E35F
Complementary color
Monochromatic Colors of #C2E35F
Black with #C2E35F
Text Example
Text Example
White with #C2E35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E35F; }
p { color: rgb(194,227,95); }
H1.HeaderClassName
{
color: #C2E35F;
}
.AnyTagClassName
{
color: #C2E35F;
}
</style>
background-color css
<style>
a { background-color: #C2E35F; }
a { background-color: rgb(194,227,95); }
div.DivClassName
{
background-color: #C2E35F;
}
.BgClassName
{
background-color: #C2E35F;
}
</style>
border-color css
<style>
span { border-color: #C2E35F; }
span { border-color: rgb(194,227,95); }
td.TdClassName
{
border-color: #C2E35F;
}
.TagClassName
{
border-color: #C2E35F;
}
</style>