Shades of Conifer #B5DF61
Tints of Conifer #B5DF61
RGB
CMYK
RGB Variations
Color information
#B5DF61 (or 0xB5DF61) is known color: Conifer. HEX triplet: B5, DF and 61. RGB value is (181,223,97). Sum of RGB (Red+Green+Blue) = 181+223+97=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF61 is #4A209E. Grayscale: #C4C4C4. Windows color (decimal): -4858015 or 6414261. OLE color: 6414261.
HSL color Cylindrical-coordinate representation of color #B5DF61: hue angle of 80º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5DF61 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 97 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.13 |
| HSL | 80º | 0.66% | 0.63% | - |
| HSV(B) | 80º | 0.57% | 0.87% | - |
| XYZ | 47.6 | 63.46 | 21.05 | - |
| YUV | 196.08 | 72.09 | 117.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 97 | 0.19 | 0 | 0.57 | 0.13 | 80 | 0.66 | 0.63 |
| Hex | B5 | DF | 61 | 13 | 0 | 39 | D | 50 | 42 | 3F |
| Octal | 265 | 337 | 141 | 23 | 0 | 71 | 15 | 120 | 102 | 77 |
| Binary | 10110101 | 11011111 | 1100001 | 10011 | 0 | 111001 | 1101 | 1010000 | 1000010 | 111111 |
Color Harmonies of #B5DF61
Complementary color
Monochromatic Colors of #B5DF61
Black with #B5DF61
Text Example
Text Example
White with #B5DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF61; }
p { color: rgb(181,223,97); }
H1.HeaderClassName
{
color: #B5DF61;
}
.AnyTagClassName
{
color: #B5DF61;
}
</style>
background-color css
<style>
a { background-color: #B5DF61; }
a { background-color: rgb(181,223,97); }
div.DivClassName
{
background-color: #B5DF61;
}
.BgClassName
{
background-color: #B5DF61;
}
</style>
border-color css
<style>
span { border-color: #B5DF61; }
span { border-color: rgb(181,223,97); }
td.TdClassName
{
border-color: #B5DF61;
}
.TagClassName
{
border-color: #B5DF61;
}
</style>