Shades of Conifer #B2DA3E
Tints of Conifer #B2DA3E
RGB
CMYK
RGB Variations
Color information
#B2DA3E (or 0xB2DA3E) is known color: Conifer. HEX triplet: B2, DA and 3E. RGB value is (178,218,62). Sum of RGB (Red+Green+Blue) = 178+218+62=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 218 (85.55% from 255 or 47.60% from 458); Blue value is 62 (24.61% from 255 or 13.54% from 458); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DA3E is #4D25C1. Grayscale: #BCBCBC. Windows color (decimal): -5055938 or 4119218. OLE color: 4119218.
HSL color Cylindrical-coordinate representation of color #B2DA3E: hue angle of 75.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2DA3E is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 218 | 62 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.15 |
| HSL | 75.38º | 0.68% | 0.55% | - |
| HSV(B) | 75.38º | 0.72% | 0.85% | - |
| XYZ | 44.3 | 59.96 | 13.8 | - |
| YUV | 188.26 | 56.75 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 218 | 62 | 0.18 | 0 | 0.72 | 0.15 | 75.38 | 0.68 | 0.55 |
| Hex | B2 | DA | 3E | 12 | 0 | 48 | F | 4B | 44 | 37 |
| Octal | 262 | 332 | 76 | 22 | 0 | 110 | 17 | 113 | 104 | 67 |
| Binary | 10110010 | 11011010 | 111110 | 10010 | 0 | 1001000 | 1111 | 1001011 | 1000100 | 110111 |
Color Harmonies of #B2DA3E
Complementary color
Monochromatic Colors of #B2DA3E
Black with #B2DA3E
Text Example
Text Example
White with #B2DA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DA3E; }
p { color: rgb(178,218,62); }
H1.HeaderClassName
{
color: #B2DA3E;
}
.AnyTagClassName
{
color: #B2DA3E;
}
</style>
background-color css
<style>
a { background-color: #B2DA3E; }
a { background-color: rgb(178,218,62); }
div.DivClassName
{
background-color: #B2DA3E;
}
.BgClassName
{
background-color: #B2DA3E;
}
</style>
border-color css
<style>
span { border-color: #B2DA3E; }
span { border-color: rgb(178,218,62); }
td.TdClassName
{
border-color: #B2DA3E;
}
.TagClassName
{
border-color: #B2DA3E;
}
</style>