Shades of Conifer #B2DA5D
Tints of Conifer #B2DA5D
RGB
CMYK
RGB Variations
Color information
#B2DA5D (or 0xB2DA5D) is known color: Conifer. HEX triplet: B2, DA and 5D. RGB value is (178,218,93). Sum of RGB (Red+Green+Blue) = 178+218+93=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DA5D is #4D25A2. Grayscale: #C0C0C0. Windows color (decimal): -5055907 or 6150834. OLE color: 6150834.
HSL color Cylindrical-coordinate representation of color #B2DA5D: hue angle of 79.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2DA5D is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 93 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.15 |
| HSL | 79.2º | 0.63% | 0.61% | - |
| HSV(B) | 79.2º | 0.57% | 0.85% | - |
| XYZ | 45.41 | 60.4 | 19.62 | - |
| YUV | 191.79 | 72.25 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 93 | 0.18 | 0 | 0.57 | 0.15 | 79.2 | 0.63 | 0.61 |
| Hex | B2 | DA | 5D | 12 | 0 | 39 | F | 4F | 3F | 3D |
| Octal | 262 | 332 | 135 | 22 | 0 | 71 | 17 | 117 | 77 | 75 |
| Binary | 10110010 | 11011010 | 1011101 | 10010 | 0 | 111001 | 1111 | 1001111 | 111111 | 111101 |
Color Harmonies of #B2DA5D
Complementary color
Monochromatic Colors of #B2DA5D
Black with #B2DA5D
Text Example
Text Example
White with #B2DA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA5D; }
p { color: rgb(178,218,93); }
H1.HeaderClassName
{
color: #B2DA5D;
}
.AnyTagClassName
{
color: #B2DA5D;
}
</style>
background-color css
<style>
a { background-color: #B2DA5D; }
a { background-color: rgb(178,218,93); }
div.DivClassName
{
background-color: #B2DA5D;
}
.BgClassName
{
background-color: #B2DA5D;
}
</style>
border-color css
<style>
span { border-color: #B2DA5D; }
span { border-color: rgb(178,218,93); }
td.TdClassName
{
border-color: #B2DA5D;
}
.TagClassName
{
border-color: #B2DA5D;
}
</style>