Shades of Conifer #B2DB5E
Tints of Conifer #B2DB5E
RGB
CMYK
RGB Variations
Color information
#B2DB5E (or 0xB2DB5E) is known color: Conifer. HEX triplet: B2, DB and 5E. RGB value is (178,219,94). Sum of RGB (Red+Green+Blue) = 178+219+94=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB5E is #4D24A1. Grayscale: #C0C0C0. Windows color (decimal): -5055650 or 6216626. OLE color: 6216626.
HSL color Cylindrical-coordinate representation of color #B2DB5E: hue angle of 79.68º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2DB5E is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 94 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.14 |
| HSL | 79.68º | 0.63% | 0.61% | - |
| HSV(B) | 79.68º | 0.57% | 0.86% | - |
| XYZ | 45.71 | 60.94 | 19.94 | - |
| YUV | 192.49 | 72.42 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 94 | 0.19 | 0 | 0.57 | 0.14 | 79.68 | 0.63 | 0.61 |
| Hex | B2 | DB | 5E | 13 | 0 | 39 | E | 50 | 3F | 3D |
| Octal | 262 | 333 | 136 | 23 | 0 | 71 | 16 | 120 | 77 | 75 |
| Binary | 10110010 | 11011011 | 1011110 | 10011 | 0 | 111001 | 1110 | 1010000 | 111111 | 111101 |
Color Harmonies of #B2DB5E
Complementary color
Monochromatic Colors of #B2DB5E
Black with #B2DB5E
Text Example
Text Example
White with #B2DB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB5E; }
p { color: rgb(178,219,94); }
H1.HeaderClassName
{
color: #B2DB5E;
}
.AnyTagClassName
{
color: #B2DB5E;
}
</style>
background-color css
<style>
a { background-color: #B2DB5E; }
a { background-color: rgb(178,219,94); }
div.DivClassName
{
background-color: #B2DB5E;
}
.BgClassName
{
background-color: #B2DB5E;
}
</style>
border-color css
<style>
span { border-color: #B2DB5E; }
span { border-color: rgb(178,219,94); }
td.TdClassName
{
border-color: #B2DB5E;
}
.TagClassName
{
border-color: #B2DB5E;
}
</style>