Shades of Conifer #C5E34C
Tints of Conifer #C5E34C
RGB
CMYK
RGB Variations
Color information
#C5E34C (or 0xC5E34C) is known color: Conifer. HEX triplet: C5, E3 and 4C. RGB value is (197,227,76). Sum of RGB (Red+Green+Blue) = 197+227+76=500 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.4% from 500); Green value is 227 (89.06% from 255 or 45.4% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 227 - color contains mainly: green. Hex color #C5E34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E34C is #3A1CB3. Grayscale: #C9C9C9. Windows color (decimal): -3808436 or 5039045. OLE color: 5039045.
HSL color Cylindrical-coordinate representation of color #C5E34C: hue angle of 71.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5E34C is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 227 | 76 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.11 |
| HSL | 71.92º | 0.73% | 0.59% | - |
| HSV(B) | 71.92º | 0.67% | 0.89% | - |
| XYZ | 51.8 | 67.33 | 17.1 | - |
| YUV | 200.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 227 | 76 | 0.13 | 0 | 0.67 | 0.11 | 71.92 | 0.73 | 0.59 |
| Hex | C5 | E3 | 4C | D | 0 | 43 | B | 48 | 49 | 3B |
| Octal | 305 | 343 | 114 | 15 | 0 | 103 | 13 | 110 | 111 | 73 |
| Binary | 11000101 | 11100011 | 1001100 | 1101 | 0 | 1000011 | 1011 | 1001000 | 1001001 | 111011 |
Color Harmonies of #C5E34C
Complementary color
Monochromatic Colors of #C5E34C
Black with #C5E34C
Text Example
Text Example
White with #C5E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E34C; }
p { color: rgb(197,227,76); }
H1.HeaderClassName
{
color: #C5E34C;
}
.AnyTagClassName
{
color: #C5E34C;
}
</style>
background-color css
<style>
a { background-color: #C5E34C; }
a { background-color: rgb(197,227,76); }
div.DivClassName
{
background-color: #C5E34C;
}
.BgClassName
{
background-color: #C5E34C;
}
</style>
border-color css
<style>
span { border-color: #C5E34C; }
span { border-color: rgb(197,227,76); }
td.TdClassName
{
border-color: #C5E34C;
}
.TagClassName
{
border-color: #C5E34C;
}
</style>