Shades of Conifer #B2D55F
Tints of Conifer #B2D55F
RGB
CMYK
RGB Variations
Color information
#B2D55F (or 0xB2D55F) is known color: Conifer. HEX triplet: B2, D5 and 5F. RGB value is (178,213,95). Sum of RGB (Red+Green+Blue) = 178+213+95=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 213 (83.59% from 255 or 43.83% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D55F is #4D2AA0. Grayscale: #BDBDBD. Windows color (decimal): -5057185 or 6280626. OLE color: 6280626.
HSL color Cylindrical-coordinate representation of color #B2D55F: hue angle of 77.8º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2D55F is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 95 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.16 |
| HSL | 77.8º | 0.58% | 0.6% | - |
| HSV(B) | 77.8º | 0.55% | 0.84% | - |
| XYZ | 44.22 | 57.88 | 19.67 | - |
| YUV | 189.08 | 74.9 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 95 | 0.16 | 0 | 0.55 | 0.16 | 77.8 | 0.58 | 0.6 |
| Hex | B2 | D5 | 5F | 10 | 0 | 37 | 10 | 4E | 3A | 3C |
| Octal | 262 | 325 | 137 | 20 | 0 | 67 | 20 | 116 | 72 | 74 |
| Binary | 10110010 | 11010101 | 1011111 | 10000 | 0 | 110111 | 10000 | 1001110 | 111010 | 111100 |
Color Harmonies of #B2D55F
Complementary color
Monochromatic Colors of #B2D55F
Black with #B2D55F
Text Example
Text Example
White with #B2D55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D55F; }
p { color: rgb(178,213,95); }
H1.HeaderClassName
{
color: #B2D55F;
}
.AnyTagClassName
{
color: #B2D55F;
}
</style>
background-color css
<style>
a { background-color: #B2D55F; }
a { background-color: rgb(178,213,95); }
div.DivClassName
{
background-color: #B2D55F;
}
.BgClassName
{
background-color: #B2D55F;
}
</style>
border-color css
<style>
span { border-color: #B2D55F; }
span { border-color: rgb(178,213,95); }
td.TdClassName
{
border-color: #B2D55F;
}
.TagClassName
{
border-color: #B2D55F;
}
</style>