Shades of Conifer #C3E94B
Tints of Conifer #C3E94B
RGB
CMYK
RGB Variations
Color information
#C3E94B (or 0xC3E94B) is known color: Conifer. HEX triplet: C3, E9 and 4B. RGB value is (195,233,75). Sum of RGB (Red+Green+Blue) = 195+233+75=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 75 (29.69% from 255 or 14.91% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E94B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3E94B is #3C16B4. Grayscale: #CCCCCC. Windows color (decimal): -3937973 or 4975043. OLE color: 4975043.
HSL color Cylindrical-coordinate representation of color #C3E94B: hue angle of 74.43º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3E94B is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 233 | 75 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.09 |
| HSL | 74.43º | 0.78% | 0.6% | - |
| HSV(B) | 74.43º | 0.68% | 0.91% | - |
| XYZ | 52.91 | 70.39 | 17.45 | - |
| YUV | 203.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 233 | 75 | 0.16 | 0 | 0.68 | 0.09 | 74.43 | 0.78 | 0.6 |
| Hex | C3 | E9 | 4B | 10 | 0 | 44 | 9 | 4A | 4E | 3C |
| Octal | 303 | 351 | 113 | 20 | 0 | 104 | 11 | 112 | 116 | 74 |
| Binary | 11000011 | 11101001 | 1001011 | 10000 | 0 | 1000100 | 1001 | 1001010 | 1001110 | 111100 |
Color Harmonies of #C3E94B
Complementary color
Monochromatic Colors of #C3E94B
Black with #C3E94B
Text Example
Text Example
White with #C3E94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E94B; }
p { color: rgb(195,233,75); }
H1.HeaderClassName
{
color: #C3E94B;
}
.AnyTagClassName
{
color: #C3E94B;
}
</style>
background-color css
<style>
a { background-color: #C3E94B; }
a { background-color: rgb(195,233,75); }
div.DivClassName
{
background-color: #C3E94B;
}
.BgClassName
{
background-color: #C3E94B;
}
</style>
border-color css
<style>
span { border-color: #C3E94B; }
span { border-color: rgb(195,233,75); }
td.TdClassName
{
border-color: #C3E94B;
}
.TagClassName
{
border-color: #C3E94B;
}
</style>