Shades of Conifer #C5DF55
Tints of Conifer #C5DF55
RGB
CMYK
RGB Variations
Color information
#C5DF55 (or 0xC5DF55) is known color: Conifer. HEX triplet: C5, DF and 55. RGB value is (197,223,85). Sum of RGB (Red+Green+Blue) = 197+223+85=505 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.01% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #C5DF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5DF55 is #3A20AA. Grayscale: #C8C8C8. Windows color (decimal): -3809451 or 5627845. OLE color: 5627845.
HSL color Cylindrical-coordinate representation of color #C5DF55: hue angle of 71.3º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5DF55 is Cyan = 0.12, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 223 | 85 | - |
| CMYK | 0.12 | 0 | 0.62 | 0.13 |
| HSL | 71.3º | 0.68% | 0.6% | - |
| HSV(B) | 71.3º | 0.62% | 0.87% | - |
| XYZ | 51.05 | 65.3 | 18.51 | - |
| YUV | 199.49 | 63.39 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 223 | 85 | 0.12 | 0 | 0.62 | 0.13 | 71.3 | 0.68 | 0.6 |
| Hex | C5 | DF | 55 | C | 0 | 3E | D | 47 | 44 | 3C |
| Octal | 305 | 337 | 125 | 14 | 0 | 76 | 15 | 107 | 104 | 74 |
| Binary | 11000101 | 11011111 | 1010101 | 1100 | 0 | 111110 | 1101 | 1000111 | 1000100 | 111100 |
Color Harmonies of #C5DF55
Complementary color
Monochromatic Colors of #C5DF55
Black with #C5DF55
Text Example
Text Example
White with #C5DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DF55; }
p { color: rgb(197,223,85); }
H1.HeaderClassName
{
color: #C5DF55;
}
.AnyTagClassName
{
color: #C5DF55;
}
</style>
background-color css
<style>
a { background-color: #C5DF55; }
a { background-color: rgb(197,223,85); }
div.DivClassName
{
background-color: #C5DF55;
}
.BgClassName
{
background-color: #C5DF55;
}
</style>
border-color css
<style>
span { border-color: #C5DF55; }
span { border-color: rgb(197,223,85); }
td.TdClassName
{
border-color: #C5DF55;
}
.TagClassName
{
border-color: #C5DF55;
}
</style>