Shades of Conifer #B2D55E
Tints of Conifer #B2D55E
RGB
CMYK
RGB Variations
Color information
#B2D55E (or 0xB2D55E) is known color: Conifer. HEX triplet: B2, D5 and 5E. RGB value is (178,213,94). Sum of RGB (Red+Green+Blue) = 178+213+94=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 213 (83.59% from 255 or 43.92% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D55E is #4D2AA1. Grayscale: #BDBDBD. Windows color (decimal): -5057186 or 6215090. OLE color: 6215090.
HSL color Cylindrical-coordinate representation of color #B2D55E: hue angle of 77.65º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D55E is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 94 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.16 |
| HSL | 77.65º | 0.59% | 0.6% | - |
| HSV(B) | 77.65º | 0.56% | 0.84% | - |
| XYZ | 44.17 | 57.86 | 19.43 | - |
| YUV | 188.97 | 74.4 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 94 | 0.16 | 0 | 0.56 | 0.16 | 77.65 | 0.59 | 0.6 |
| Hex | B2 | D5 | 5E | 10 | 0 | 38 | 10 | 4E | 3B | 3C |
| Octal | 262 | 325 | 136 | 20 | 0 | 70 | 20 | 116 | 73 | 74 |
| Binary | 10110010 | 11010101 | 1011110 | 10000 | 0 | 111000 | 10000 | 1001110 | 111011 | 111100 |
Color Harmonies of #B2D55E
Complementary color
Monochromatic Colors of #B2D55E
Black with #B2D55E
Text Example
Text Example
White with #B2D55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D55E; }
p { color: rgb(178,213,94); }
H1.HeaderClassName
{
color: #B2D55E;
}
.AnyTagClassName
{
color: #B2D55E;
}
</style>
background-color css
<style>
a { background-color: #B2D55E; }
a { background-color: rgb(178,213,94); }
div.DivClassName
{
background-color: #B2D55E;
}
.BgClassName
{
background-color: #B2D55E;
}
</style>
border-color css
<style>
span { border-color: #B2D55E; }
span { border-color: rgb(178,213,94); }
td.TdClassName
{
border-color: #B2D55E;
}
.TagClassName
{
border-color: #B2D55E;
}
</style>