Shades of Conifer #B2D35D
Tints of Conifer #B2D35D
RGB
CMYK
RGB Variations
Color information
#B2D35D (or 0xB2D35D) is known color: Conifer. HEX triplet: B2, D3 and 5D. RGB value is (178,211,93). Sum of RGB (Red+Green+Blue) = 178+211+93=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #B2D35D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D35D is #4D2CA2. Grayscale: #BCBCBC. Windows color (decimal): -5057699 or 6149042. OLE color: 6149042.
HSL color Cylindrical-coordinate representation of color #B2D35D: hue angle of 76.78º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2D35D is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 178 | 211 | 93 | - |
| CMYK | 0.16 | 0 | 0.56 | 0.17 |
| HSL | 76.78º | 0.57% | 0.6% | - |
| HSV(B) | 76.78º | 0.56% | 0.83% | - |
| XYZ | 43.63 | 56.84 | 19.03 | - |
| YUV | 187.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 211 | 93 | 0.16 | 0 | 0.56 | 0.17 | 76.78 | 0.57 | 0.6 |
| Hex | B2 | D3 | 5D | 10 | 0 | 38 | 11 | 4D | 39 | 3C |
| Octal | 262 | 323 | 135 | 20 | 0 | 70 | 21 | 115 | 71 | 74 |
| Binary | 10110010 | 11010011 | 1011101 | 10000 | 0 | 111000 | 10001 | 1001101 | 111001 | 111100 |
Color Harmonies of #B2D35D
Complementary color
Monochromatic Colors of #B2D35D
Black with #B2D35D
Text Example
Text Example
White with #B2D35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D35D; }
p { color: rgb(178,211,93); }
H1.HeaderClassName
{
color: #B2D35D;
}
.AnyTagClassName
{
color: #B2D35D;
}
</style>
background-color css
<style>
a { background-color: #B2D35D; }
a { background-color: rgb(178,211,93); }
div.DivClassName
{
background-color: #B2D35D;
}
.BgClassName
{
background-color: #B2D35D;
}
</style>
border-color css
<style>
span { border-color: #B2D35D; }
span { border-color: rgb(178,211,93); }
td.TdClassName
{
border-color: #B2D35D;
}
.TagClassName
{
border-color: #B2D35D;
}
</style>