Shades of Conifer #B5DF62
Tints of Conifer #B5DF62
RGB
CMYK
RGB Variations
Color information
#B5DF62 (or 0xB5DF62) is known color: Conifer. HEX triplet: B5, DF and 62. RGB value is (181,223,98). Sum of RGB (Red+Green+Blue) = 181+223+98=502 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.06% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 98 (38.67% from 255 or 19.52% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DF62 is #4A209D. Grayscale: #C4C4C4. Windows color (decimal): -4858014 or 6479797. OLE color: 6479797.
HSL color Cylindrical-coordinate representation of color #B5DF62: hue angle of 80.16º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B5DF62 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 98 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.13 |
| HSL | 80.16º | 0.66% | 0.63% | - |
| HSV(B) | 80.16º | 0.56% | 0.87% | - |
| XYZ | 47.65 | 63.48 | 21.3 | - |
| YUV | 196.19 | 72.59 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 98 | 0.19 | 0 | 0.56 | 0.13 | 80.16 | 0.66 | 0.63 |
| Hex | B5 | DF | 62 | 13 | 0 | 38 | D | 50 | 42 | 3F |
| Octal | 265 | 337 | 142 | 23 | 0 | 70 | 15 | 120 | 102 | 77 |
| Binary | 10110101 | 11011111 | 1100010 | 10011 | 0 | 111000 | 1101 | 1010000 | 1000010 | 111111 |
Color Harmonies of #B5DF62
Complementary color
Monochromatic Colors of #B5DF62
Black with #B5DF62
Text Example
Text Example
White with #B5DF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF62; }
p { color: rgb(181,223,98); }
H1.HeaderClassName
{
color: #B5DF62;
}
.AnyTagClassName
{
color: #B5DF62;
}
</style>
background-color css
<style>
a { background-color: #B5DF62; }
a { background-color: rgb(181,223,98); }
div.DivClassName
{
background-color: #B5DF62;
}
.BgClassName
{
background-color: #B5DF62;
}
</style>
border-color css
<style>
span { border-color: #B5DF62; }
span { border-color: rgb(181,223,98); }
td.TdClassName
{
border-color: #B5DF62;
}
.TagClassName
{
border-color: #B5DF62;
}
</style>