Shades of Conifer #B2DB4A
Tints of Conifer #B2DB4A
RGB
CMYK
RGB Variations
Color information
#B2DB4A (or 0xB2DB4A) is known color: Conifer. HEX triplet: B2, DB and 4A. RGB value is (178,219,74). Sum of RGB (Red+Green+Blue) = 178+219+74=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 74 (29.30% from 255 or 15.71% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DB4A is #4D24B5. Grayscale: #BEBEBE. Windows color (decimal): -5055670 or 4905906. OLE color: 4905906.
HSL color Cylindrical-coordinate representation of color #B2DB4A: hue angle of 76.97º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2DB4A is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 74 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.14 |
| HSL | 76.97º | 0.67% | 0.57% | - |
| HSV(B) | 76.97º | 0.66% | 0.86% | - |
| XYZ | 44.93 | 60.62 | 15.81 | - |
| YUV | 190.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 74 | 0.19 | 0 | 0.66 | 0.14 | 76.97 | 0.67 | 0.57 |
| Hex | B2 | DB | 4A | 13 | 0 | 42 | E | 4D | 43 | 39 |
| Octal | 262 | 333 | 112 | 23 | 0 | 102 | 16 | 115 | 103 | 71 |
| Binary | 10110010 | 11011011 | 1001010 | 10011 | 0 | 1000010 | 1110 | 1001101 | 1000011 | 111001 |
Color Harmonies of #B2DB4A
Complementary color
Monochromatic Colors of #B2DB4A
Black with #B2DB4A
Text Example
Text Example
White with #B2DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB4A; }
p { color: rgb(178,219,74); }
H1.HeaderClassName
{
color: #B2DB4A;
}
.AnyTagClassName
{
color: #B2DB4A;
}
</style>
background-color css
<style>
a { background-color: #B2DB4A; }
a { background-color: rgb(178,219,74); }
div.DivClassName
{
background-color: #B2DB4A;
}
.BgClassName
{
background-color: #B2DB4A;
}
</style>
border-color css
<style>
span { border-color: #B2DB4A; }
span { border-color: rgb(178,219,74); }
td.TdClassName
{
border-color: #B2DB4A;
}
.TagClassName
{
border-color: #B2DB4A;
}
</style>