Shades of Conifer #C5F45D
Tints of Conifer #C5F45D
RGB
CMYK
RGB Variations
Color information
#C5F45D (or 0xC5F45D) is known color: Conifer. HEX triplet: C5, F4 and 5D. RGB value is (197,244,93). Sum of RGB (Red+Green+Blue) = 197+244+93=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 93 (36.72% from 255 or 17.42% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F45D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F45D is #3A0BA2. Grayscale: #D5D5D5. Windows color (decimal): -3804067 or 6157509. OLE color: 6157509.
HSL color Cylindrical-coordinate representation of color #C5F45D: hue angle of 78.68º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F45D is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 93 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.04 |
| HSL | 78.68º | 0.87% | 0.66% | - |
| HSV(B) | 78.68º | 0.62% | 0.96% | - |
| XYZ | 57.35 | 77.36 | 22.27 | - |
| YUV | 212.73 | 60.43 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 93 | 0.19 | 0 | 0.62 | 0.04 | 78.68 | 0.87 | 0.66 |
| Hex | C5 | F4 | 5D | 13 | 0 | 3E | 4 | 4F | 57 | 42 |
| Octal | 305 | 364 | 135 | 23 | 0 | 76 | 4 | 117 | 127 | 102 |
| Binary | 11000101 | 11110100 | 1011101 | 10011 | 0 | 111110 | 100 | 1001111 | 1010111 | 1000010 |
Color Harmonies of #C5F45D
Complementary color
Monochromatic Colors of #C5F45D
Black with #C5F45D
Text Example
Text Example
White with #C5F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F45D; }
p { color: rgb(197,244,93); }
H1.HeaderClassName
{
color: #C5F45D;
}
.AnyTagClassName
{
color: #C5F45D;
}
</style>
background-color css
<style>
a { background-color: #C5F45D; }
a { background-color: rgb(197,244,93); }
div.DivClassName
{
background-color: #C5F45D;
}
.BgClassName
{
background-color: #C5F45D;
}
</style>
border-color css
<style>
span { border-color: #C5F45D; }
span { border-color: rgb(197,244,93); }
td.TdClassName
{
border-color: #C5F45D;
}
.TagClassName
{
border-color: #C5F45D;
}
</style>