Shades of Conifer #C5EF5F
Tints of Conifer #C5EF5F
RGB
CMYK
RGB Variations
Color information
#C5EF5F (or 0xC5EF5F) is known color: Conifer. HEX triplet: C5, EF and 5F. RGB value is (197,239,95). Sum of RGB (Red+Green+Blue) = 197+239+95=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 95 (37.5% from 255 or 17.89% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF5F is #3A10A0. Grayscale: #D2D2D2. Windows color (decimal): -3805345 or 6287301. OLE color: 6287301.
HSL color Cylindrical-coordinate representation of color #C5EF5F: hue angle of 77.5º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5EF5F is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 95 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.06 |
| HSL | 77.5º | 0.82% | 0.65% | - |
| HSV(B) | 77.5º | 0.6% | 0.94% | - |
| XYZ | 55.96 | 74.43 | 22.24 | - |
| YUV | 210.03 | 63.09 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 95 | 0.18 | 0 | 0.60 | 0.06 | 77.5 | 0.82 | 0.65 |
| Hex | C5 | EF | 5F | 12 | 0 | 3C | 6 | 4E | 52 | 41 |
| Octal | 305 | 357 | 137 | 22 | 0 | 74 | 6 | 116 | 122 | 101 |
| Binary | 11000101 | 11101111 | 1011111 | 10010 | 0 | 111100 | 110 | 1001110 | 1010010 | 1000001 |
Color Harmonies of #C5EF5F
Complementary color
Monochromatic Colors of #C5EF5F
Black with #C5EF5F
Text Example
Text Example
White with #C5EF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF5F; }
p { color: rgb(197,239,95); }
H1.HeaderClassName
{
color: #C5EF5F;
}
.AnyTagClassName
{
color: #C5EF5F;
}
</style>
background-color css
<style>
a { background-color: #C5EF5F; }
a { background-color: rgb(197,239,95); }
div.DivClassName
{
background-color: #C5EF5F;
}
.BgClassName
{
background-color: #C5EF5F;
}
</style>
border-color css
<style>
span { border-color: #C5EF5F; }
span { border-color: rgb(197,239,95); }
td.TdClassName
{
border-color: #C5EF5F;
}
.TagClassName
{
border-color: #C5EF5F;
}
</style>