Shades of Conifer #C5DF4F
Tints of Conifer #C5DF4F
RGB
CMYK
RGB Variations
Color information
#C5DF4F (or 0xC5DF4F) is known color: Conifer. HEX triplet: C5, DF and 4F. RGB value is (197,223,79). Sum of RGB (Red+Green+Blue) = 197+223+79=499 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.48% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 79 (31.25% from 255 or 15.83% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF4F is #3A20B0. Grayscale: #C7C7C7. Windows color (decimal): -3809457 or 5234629. OLE color: 5234629.
HSL color Cylindrical-coordinate representation of color #C5DF4F: hue angle of 70.83º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5DF4F is Cyan = 0.12, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 79 | - |
| CMYK | 0.12 | 0 | 0.65 | 0.13 |
| HSL | 70.83º | 0.69% | 0.59% | - |
| HSV(B) | 70.83º | 0.65% | 0.87% | - |
| XYZ | 50.82 | 65.21 | 17.31 | - |
| YUV | 198.81 | 60.39 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 79 | 0.12 | 0 | 0.65 | 0.13 | 70.83 | 0.69 | 0.59 |
| Hex | C5 | DF | 4F | C | 0 | 41 | D | 47 | 45 | 3B |
| Octal | 305 | 337 | 117 | 14 | 0 | 101 | 15 | 107 | 105 | 73 |
| Binary | 11000101 | 11011111 | 1001111 | 1100 | 0 | 1000001 | 1101 | 1000111 | 1000101 | 111011 |
Color Harmonies of #C5DF4F
Complementary color
Monochromatic Colors of #C5DF4F
Black with #C5DF4F
Text Example
Text Example
White with #C5DF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF4F; }
p { color: rgb(197,223,79); }
H1.HeaderClassName
{
color: #C5DF4F;
}
.AnyTagClassName
{
color: #C5DF4F;
}
</style>
background-color css
<style>
a { background-color: #C5DF4F; }
a { background-color: rgb(197,223,79); }
div.DivClassName
{
background-color: #C5DF4F;
}
.BgClassName
{
background-color: #C5DF4F;
}
</style>
border-color css
<style>
span { border-color: #C5DF4F; }
span { border-color: rgb(197,223,79); }
td.TdClassName
{
border-color: #C5DF4F;
}
.TagClassName
{
border-color: #C5DF4F;
}
</style>