Shades of Conifer #B2DD5F
Tints of Conifer #B2DD5F
RGB
CMYK
RGB Variations
Color information
#B2DD5F (or 0xB2DD5F) is known color: Conifer. HEX triplet: B2, DD and 5F. RGB value is (178,221,95). Sum of RGB (Red+Green+Blue) = 178+221+95=494 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.03% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 95 (37.5% from 255 or 19.23% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD5F is #4D22A0. Grayscale: #C2C2C2. Windows color (decimal): -5055137 or 6282674. OLE color: 6282674.
HSL color Cylindrical-coordinate representation of color #B2DD5F: hue angle of 80.48º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2DD5F is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 95 | - |
| CMYK | 0.19 | 0 | 0.57 | 0.13 |
| HSL | 80.48º | 0.65% | 0.62% | - |
| HSV(B) | 80.48º | 0.57% | 0.87% | - |
| XYZ | 46.28 | 62 | 20.36 | - |
| YUV | 193.78 | 72.25 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 95 | 0.19 | 0 | 0.57 | 0.13 | 80.48 | 0.65 | 0.62 |
| Hex | B2 | DD | 5F | 13 | 0 | 39 | D | 50 | 41 | 3E |
| Octal | 262 | 335 | 137 | 23 | 0 | 71 | 15 | 120 | 101 | 76 |
| Binary | 10110010 | 11011101 | 1011111 | 10011 | 0 | 111001 | 1101 | 1010000 | 1000001 | 111110 |
Color Harmonies of #B2DD5F
Complementary color
Monochromatic Colors of #B2DD5F
Black with #B2DD5F
Text Example
Text Example
White with #B2DD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD5F; }
p { color: rgb(178,221,95); }
H1.HeaderClassName
{
color: #B2DD5F;
}
.AnyTagClassName
{
color: #B2DD5F;
}
</style>
background-color css
<style>
a { background-color: #B2DD5F; }
a { background-color: rgb(178,221,95); }
div.DivClassName
{
background-color: #B2DD5F;
}
.BgClassName
{
background-color: #B2DD5F;
}
</style>
border-color css
<style>
span { border-color: #B2DD5F; }
span { border-color: rgb(178,221,95); }
td.TdClassName
{
border-color: #B2DD5F;
}
.TagClassName
{
border-color: #B2DD5F;
}
</style>