Shades of Conifer #C2E950
Tints of Conifer #C2E950
RGB
CMYK
RGB Variations
Color information
#C2E950 (or 0xC2E950) is known color: Conifer. HEX triplet: C2, E9 and 50. RGB value is (194,233,80). Sum of RGB (Red+Green+Blue) = 194+233+80=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 80 (31.64% from 255 or 15.78% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E950 is #3D16AF. Grayscale: #CCCCCC. Windows color (decimal): -4003504 or 5302722. OLE color: 5302722.
HSL color Cylindrical-coordinate representation of color #C2E950: hue angle of 75.29º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2E950 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 80 | - |
| CMYK | 0.17 | 0 | 0.66 | 0.09 |
| HSL | 75.29º | 0.78% | 0.61% | - |
| HSV(B) | 75.29º | 0.66% | 0.91% | - |
| XYZ | 52.84 | 70.33 | 18.38 | - |
| YUV | 203.9 | 58.08 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 80 | 0.17 | 0 | 0.66 | 0.09 | 75.29 | 0.78 | 0.61 |
| Hex | C2 | E9 | 50 | 11 | 0 | 42 | 9 | 4B | 4E | 3D |
| Octal | 302 | 351 | 120 | 21 | 0 | 102 | 11 | 113 | 116 | 75 |
| Binary | 11000010 | 11101001 | 1010000 | 10001 | 0 | 1000010 | 1001 | 1001011 | 1001110 | 111101 |
Color Harmonies of #C2E950
Complementary color
Monochromatic Colors of #C2E950
Black with #C2E950
Text Example
Text Example
White with #C2E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E950; }
p { color: rgb(194,233,80); }
H1.HeaderClassName
{
color: #C2E950;
}
.AnyTagClassName
{
color: #C2E950;
}
</style>
background-color css
<style>
a { background-color: #C2E950; }
a { background-color: rgb(194,233,80); }
div.DivClassName
{
background-color: #C2E950;
}
.BgClassName
{
background-color: #C2E950;
}
</style>
border-color css
<style>
span { border-color: #C2E950; }
span { border-color: rgb(194,233,80); }
td.TdClassName
{
border-color: #C2E950;
}
.TagClassName
{
border-color: #C2E950;
}
</style>