Shades of Conifer #B2DD5D
Tints of Conifer #B2DD5D
RGB
CMYK
RGB Variations
Color information
#B2DD5D (or 0xB2DD5D) is known color: Conifer. HEX triplet: B2, DD and 5D. RGB value is (178,221,93). Sum of RGB (Red+Green+Blue) = 178+221+93=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DD5D is #4D22A2. Grayscale: #C2C2C2. Windows color (decimal): -5055139 or 6151602. OLE color: 6151602.
HSL color Cylindrical-coordinate representation of color #B2DD5D: hue angle of 80.16º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B2DD5D is Cyan = 0.19, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 221 | 93 | - |
| CMYK | 0.19 | 0 | 0.58 | 0.13 |
| HSL | 80.16º | 0.65% | 0.62% | - |
| HSV(B) | 80.16º | 0.58% | 0.87% | - |
| XYZ | 46.19 | 61.97 | 19.88 | - |
| YUV | 193.55 | 71.25 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 221 | 93 | 0.19 | 0 | 0.58 | 0.13 | 80.16 | 0.65 | 0.62 |
| Hex | B2 | DD | 5D | 13 | 0 | 3A | D | 50 | 41 | 3E |
| Octal | 262 | 335 | 135 | 23 | 0 | 72 | 15 | 120 | 101 | 76 |
| Binary | 10110010 | 11011101 | 1011101 | 10011 | 0 | 111010 | 1101 | 1010000 | 1000001 | 111110 |
Color Harmonies of #B2DD5D
Complementary color
Monochromatic Colors of #B2DD5D
Black with #B2DD5D
Text Example
Text Example
White with #B2DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DD5D; }
p { color: rgb(178,221,93); }
H1.HeaderClassName
{
color: #B2DD5D;
}
.AnyTagClassName
{
color: #B2DD5D;
}
</style>
background-color css
<style>
a { background-color: #B2DD5D; }
a { background-color: rgb(178,221,93); }
div.DivClassName
{
background-color: #B2DD5D;
}
.BgClassName
{
background-color: #B2DD5D;
}
</style>
border-color css
<style>
span { border-color: #B2DD5D; }
span { border-color: rgb(178,221,93); }
td.TdClassName
{
border-color: #B2DD5D;
}
.TagClassName
{
border-color: #B2DD5D;
}
</style>