Shades of Conifer #B2DA4C
Tints of Conifer #B2DA4C
RGB
CMYK
RGB Variations
Color information
#B2DA4C (or 0xB2DA4C) is known color: Conifer. HEX triplet: B2, DA and 4C. RGB value is (178,218,76). Sum of RGB (Red+Green+Blue) = 178+218+76=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 76 (30.08% from 255 or 16.10% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA4C is #4D25B3. Grayscale: #BEBEBE. Windows color (decimal): -5055924 or 5036722. OLE color: 5036722.
HSL color Cylindrical-coordinate representation of color #B2DA4C: hue angle of 76.9º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2DA4C is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 76 | - |
| CMYK | 0.18 | 0 | 0.65 | 0.15 |
| HSL | 76.9º | 0.66% | 0.58% | - |
| HSV(B) | 76.9º | 0.65% | 0.85% | - |
| XYZ | 44.74 | 60.13 | 16.09 | - |
| YUV | 189.85 | 63.75 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 76 | 0.18 | 0 | 0.65 | 0.15 | 76.9 | 0.66 | 0.58 |
| Hex | B2 | DA | 4C | 12 | 0 | 41 | F | 4D | 42 | 3A |
| Octal | 262 | 332 | 114 | 22 | 0 | 101 | 17 | 115 | 102 | 72 |
| Binary | 10110010 | 11011010 | 1001100 | 10010 | 0 | 1000001 | 1111 | 1001101 | 1000010 | 111010 |
Color Harmonies of #B2DA4C
Complementary color
Monochromatic Colors of #B2DA4C
Black with #B2DA4C
Text Example
Text Example
White with #B2DA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA4C; }
p { color: rgb(178,218,76); }
H1.HeaderClassName
{
color: #B2DA4C;
}
.AnyTagClassName
{
color: #B2DA4C;
}
</style>
background-color css
<style>
a { background-color: #B2DA4C; }
a { background-color: rgb(178,218,76); }
div.DivClassName
{
background-color: #B2DA4C;
}
.BgClassName
{
background-color: #B2DA4C;
}
</style>
border-color css
<style>
span { border-color: #B2DA4C; }
span { border-color: rgb(178,218,76); }
td.TdClassName
{
border-color: #B2DA4C;
}
.TagClassName
{
border-color: #B2DA4C;
}
</style>