Shades of Conifer #B2DB55
Tints of Conifer #B2DB55
RGB
CMYK
RGB Variations
Color information
#B2DB55 (or 0xB2DB55) is known color: Conifer. HEX triplet: B2, DB and 55. RGB value is (178,219,85). Sum of RGB (Red+Green+Blue) = 178+219+85=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB55 is #4D24AA. Grayscale: #BFBFBF. Windows color (decimal): -5055659 or 5626802. OLE color: 5626802.
HSL color Cylindrical-coordinate representation of color #B2DB55: hue angle of 78.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2DB55 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 85 | - |
| CMYK | 0.19 | 0 | 0.61 | 0.14 |
| HSL | 78.36º | 0.65% | 0.6% | - |
| HSV(B) | 78.36º | 0.61% | 0.86% | - |
| XYZ | 45.33 | 60.78 | 17.94 | - |
| YUV | 191.47 | 67.92 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 85 | 0.19 | 0 | 0.61 | 0.14 | 78.36 | 0.65 | 0.6 |
| Hex | B2 | DB | 55 | 13 | 0 | 3D | E | 4E | 41 | 3C |
| Octal | 262 | 333 | 125 | 23 | 0 | 75 | 16 | 116 | 101 | 74 |
| Binary | 10110010 | 11011011 | 1010101 | 10011 | 0 | 111101 | 1110 | 1001110 | 1000001 | 111100 |
Color Harmonies of #B2DB55
Complementary color
Monochromatic Colors of #B2DB55
Black with #B2DB55
Text Example
Text Example
White with #B2DB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB55; }
p { color: rgb(178,219,85); }
H1.HeaderClassName
{
color: #B2DB55;
}
.AnyTagClassName
{
color: #B2DB55;
}
</style>
background-color css
<style>
a { background-color: #B2DB55; }
a { background-color: rgb(178,219,85); }
div.DivClassName
{
background-color: #B2DB55;
}
.BgClassName
{
background-color: #B2DB55;
}
</style>
border-color css
<style>
span { border-color: #B2DB55; }
span { border-color: rgb(178,219,85); }
td.TdClassName
{
border-color: #B2DB55;
}
.TagClassName
{
border-color: #B2DB55;
}
</style>