Shades of Conifer #C3E75F
Tints of Conifer #C3E75F
RGB
CMYK
RGB Variations
Color information
#C3E75F (or 0xC3E75F) is known color: Conifer. HEX triplet: C3, E7 and 5F. RGB value is (195,231,95). Sum of RGB (Red+Green+Blue) = 195+231+95=521 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.43% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 95 (37.5% from 255 or 18.23% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #C3E75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C3E75F is #3C18A0. Grayscale: #CDCDCD. Windows color (decimal): -3938465 or 6285251. OLE color: 6285251.
HSL color Cylindrical-coordinate representation of color #C3E75F: hue angle of 75.88º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3E75F is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 231 | 95 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.09 |
| HSL | 75.88º | 0.74% | 0.64% | - |
| HSV(B) | 75.88º | 0.59% | 0.91% | - |
| XYZ | 53.15 | 69.58 | 21.46 | - |
| YUV | 204.73 | 66.07 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 231 | 95 | 0.16 | 0 | 0.59 | 0.09 | 75.88 | 0.74 | 0.64 |
| Hex | C3 | E7 | 5F | 10 | 0 | 3B | 9 | 4C | 4A | 40 |
| Octal | 303 | 347 | 137 | 20 | 0 | 73 | 11 | 114 | 112 | 100 |
| Binary | 11000011 | 11100111 | 1011111 | 10000 | 0 | 111011 | 1001 | 1001100 | 1001010 | 1000000 |
Color Harmonies of #C3E75F
Complementary color
Monochromatic Colors of #C3E75F
Black with #C3E75F
Text Example
Text Example
White with #C3E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E75F; }
p { color: rgb(195,231,95); }
H1.HeaderClassName
{
color: #C3E75F;
}
.AnyTagClassName
{
color: #C3E75F;
}
</style>
background-color css
<style>
a { background-color: #C3E75F; }
a { background-color: rgb(195,231,95); }
div.DivClassName
{
background-color: #C3E75F;
}
.BgClassName
{
background-color: #C3E75F;
}
</style>
border-color css
<style>
span { border-color: #C3E75F; }
span { border-color: rgb(195,231,95); }
td.TdClassName
{
border-color: #C3E75F;
}
.TagClassName
{
border-color: #C3E75F;
}
</style>