Shades of Conifer #B2D55D
Tints of Conifer #B2D55D
RGB
CMYK
RGB Variations
Color information
#B2D55D (or 0xB2D55D) is known color: Conifer. HEX triplet: B2, D5 and 5D. RGB value is (178,213,93). Sum of RGB (Red+Green+Blue) = 178+213+93=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 213 (83.59% from 255 or 44.01% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 213 - color contains mainly: green. Hex color #B2D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D55D is #4D2AA2. Grayscale: #BDBDBD. Windows color (decimal): -5057187 or 6149554. OLE color: 6149554.
HSL color Cylindrical-coordinate representation of color #B2D55D: hue angle of 77.5º 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 #B2D55D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 213 | 93 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.16 |
| HSL | 77.5º | 0.59% | 0.6% | - |
| HSV(B) | 77.5º | 0.56% | 0.84% | - |
| XYZ | 44.13 | 57.84 | 19.19 | - |
| YUV | 188.86 | 73.9 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 213 | 93 | 0.16 | 0 | 0.56 | 0.16 | 77.5 | 0.59 | 0.6 |
| Hex | B2 | D5 | 5D | 10 | 0 | 38 | 10 | 4E | 3B | 3C |
| Octal | 262 | 325 | 135 | 20 | 0 | 70 | 20 | 116 | 73 | 74 |
| Binary | 10110010 | 11010101 | 1011101 | 10000 | 0 | 111000 | 10000 | 1001110 | 111011 | 111100 |
Color Harmonies of #B2D55D
Complementary color
Monochromatic Colors of #B2D55D
Black with #B2D55D
Text Example
Text Example
White with #B2D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D55D; }
p { color: rgb(178,213,93); }
H1.HeaderClassName
{
color: #B2D55D;
}
.AnyTagClassName
{
color: #B2D55D;
}
</style>
background-color css
<style>
a { background-color: #B2D55D; }
a { background-color: rgb(178,213,93); }
div.DivClassName
{
background-color: #B2D55D;
}
.BgClassName
{
background-color: #B2D55D;
}
</style>
border-color css
<style>
span { border-color: #B2D55D; }
span { border-color: rgb(178,213,93); }
td.TdClassName
{
border-color: #B2D55D;
}
.TagClassName
{
border-color: #B2D55D;
}
</style>