Shades of Conifer #B5DA6E
Tints of Conifer #B5DA6E
RGB
CMYK
RGB Variations
Color information
#B5DA6E (or 0xB5DA6E) is known color: Conifer. HEX triplet: B5, DA and 6E. RGB value is (181,218,110). Sum of RGB (Red+Green+Blue) = 181+218+110=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #B5DA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5DA6E is #4A2591. Grayscale: #C3C3C3. Windows color (decimal): -4859282 or 7264949. OLE color: 7264949.
HSL color Cylindrical-coordinate representation of color #B5DA6E: hue angle of 80.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5DA6E is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 181 | 218 | 110 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.15 |
| HSL | 80.56º | 0.59% | 0.64% | - |
| HSV(B) | 80.56º | 0.5% | 0.85% | - |
| XYZ | 46.94 | 61.09 | 24.07 | - |
| YUV | 194.63 | 80.24 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 218 | 110 | 0.17 | 0 | 0.50 | 0.15 | 80.56 | 0.59 | 0.64 |
| Hex | B5 | DA | 6E | 11 | 0 | 32 | F | 51 | 3B | 40 |
| Octal | 265 | 332 | 156 | 21 | 0 | 62 | 17 | 121 | 73 | 100 |
| Binary | 10110101 | 11011010 | 1101110 | 10001 | 0 | 110010 | 1111 | 1010001 | 111011 | 1000000 |
Color Harmonies of #B5DA6E
Complementary color
Monochromatic Colors of #B5DA6E
Black with #B5DA6E
Text Example
Text Example
White with #B5DA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DA6E; }
p { color: rgb(181,218,110); }
H1.HeaderClassName
{
color: #B5DA6E;
}
.AnyTagClassName
{
color: #B5DA6E;
}
</style>
background-color css
<style>
a { background-color: #B5DA6E; }
a { background-color: rgb(181,218,110); }
div.DivClassName
{
background-color: #B5DA6E;
}
.BgClassName
{
background-color: #B5DA6E;
}
</style>
border-color css
<style>
span { border-color: #B5DA6E; }
span { border-color: rgb(181,218,110); }
td.TdClassName
{
border-color: #B5DA6E;
}
.TagClassName
{
border-color: #B5DA6E;
}
</style>