Shades of Conifer #C4E950
Tints of Conifer #C4E950
RGB
CMYK
RGB Variations
Color information
#C4E950 (or 0xC4E950) is known color: Conifer. HEX triplet: C4, E9 and 50. RGB value is (196,233,80). Sum of RGB (Red+Green+Blue) = 196+233+80=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 80 (31.64% from 255 or 15.72% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #C4E950 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C4E950 is #3B16AF. Grayscale: #CDCDCD. Windows color (decimal): -3872432 or 5302724. OLE color: 5302724.
HSL color Cylindrical-coordinate representation of color #C4E950: hue angle of 74.51º 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 #C4E950 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 196 | 233 | 80 | - |
| CMYK | 0.16 | 0 | 0.66 | 0.09 |
| HSL | 74.51º | 0.78% | 0.61% | - |
| HSV(B) | 74.51º | 0.66% | 0.91% | - |
| XYZ | 53.35 | 70.59 | 18.4 | - |
| YUV | 204.5 | 57.74 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 233 | 80 | 0.16 | 0 | 0.66 | 0.09 | 74.51 | 0.78 | 0.61 |
| Hex | C4 | E9 | 50 | 10 | 0 | 42 | 9 | 4B | 4E | 3D |
| Octal | 304 | 351 | 120 | 20 | 0 | 102 | 11 | 113 | 116 | 75 |
| Binary | 11000100 | 11101001 | 1010000 | 10000 | 0 | 1000010 | 1001 | 1001011 | 1001110 | 111101 |
Color Harmonies of #C4E950
Complementary color
Monochromatic Colors of #C4E950
Black with #C4E950
Text Example
Text Example
White with #C4E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4E950; }
p { color: rgb(196,233,80); }
H1.HeaderClassName
{
color: #C4E950;
}
.AnyTagClassName
{
color: #C4E950;
}
</style>
background-color css
<style>
a { background-color: #C4E950; }
a { background-color: rgb(196,233,80); }
div.DivClassName
{
background-color: #C4E950;
}
.BgClassName
{
background-color: #C4E950;
}
</style>
border-color css
<style>
span { border-color: #C4E950; }
span { border-color: rgb(196,233,80); }
td.TdClassName
{
border-color: #C4E950;
}
.TagClassName
{
border-color: #C4E950;
}
</style>