Shades of Conifer #B2DE6D
Tints of Conifer #B2DE6D
RGB
CMYK
RGB Variations
Color information
#B2DE6D (or 0xB2DE6D) is known color: Conifer. HEX triplet: B2, DE and 6D. RGB value is (178,222,109). Sum of RGB (Red+Green+Blue) = 178+222+109=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 222 (87.11% from 255 or 43.61% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DE6D is #4D2192. Grayscale: #C4C4C4. Windows color (decimal): -5054867 or 7200434. OLE color: 7200434.
HSL color Cylindrical-coordinate representation of color #B2DE6D: hue angle of 83.36º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2DE6D is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 222 | 109 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.13 |
| HSL | 83.36º | 0.63% | 0.65% | - |
| HSV(B) | 83.36º | 0.51% | 0.87% | - |
| XYZ | 47.24 | 62.81 | 24.1 | - |
| YUV | 195.96 | 78.92 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 222 | 109 | 0.20 | 0 | 0.51 | 0.13 | 83.36 | 0.63 | 0.65 |
| Hex | B2 | DE | 6D | 14 | 0 | 33 | D | 53 | 3F | 41 |
| Octal | 262 | 336 | 155 | 24 | 0 | 63 | 15 | 123 | 77 | 101 |
| Binary | 10110010 | 11011110 | 1101101 | 10100 | 0 | 110011 | 1101 | 1010011 | 111111 | 1000001 |
Color Harmonies of #B2DE6D
Complementary color
Monochromatic Colors of #B2DE6D
Black with #B2DE6D
Text Example
Text Example
White with #B2DE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DE6D; }
p { color: rgb(178,222,109); }
H1.HeaderClassName
{
color: #B2DE6D;
}
.AnyTagClassName
{
color: #B2DE6D;
}
</style>
background-color css
<style>
a { background-color: #B2DE6D; }
a { background-color: rgb(178,222,109); }
div.DivClassName
{
background-color: #B2DE6D;
}
.BgClassName
{
background-color: #B2DE6D;
}
</style>
border-color css
<style>
span { border-color: #B2DE6D; }
span { border-color: rgb(178,222,109); }
td.TdClassName
{
border-color: #B2DE6D;
}
.TagClassName
{
border-color: #B2DE6D;
}
</style>