Shades of Conifer #B2D63E
Tints of Conifer #B2D63E
RGB
CMYK
RGB Variations
Color information
#B2D63E (or 0xB2D63E) is known color: Conifer. HEX triplet: B2, D6 and 3E. RGB value is (178,214,62). Sum of RGB (Red+Green+Blue) = 178+214+62=454 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.21% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 62 (24.61% from 255 or 13.66% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D63E is #4D29C1. Grayscale: #BABABA. Windows color (decimal): -5056962 or 4118194. OLE color: 4118194.
HSL color Cylindrical-coordinate representation of color #B2D63E: hue angle of 74.21º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B2D63E is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 178 | 214 | 62 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.16 |
| HSL | 74.21º | 0.65% | 0.54% | - |
| HSV(B) | 74.21º | 0.71% | 0.84% | - |
| XYZ | 43.28 | 57.91 | 13.45 | - |
| YUV | 185.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 214 | 62 | 0.17 | 0 | 0.71 | 0.16 | 74.21 | 0.65 | 0.54 |
| Hex | B2 | D6 | 3E | 11 | 0 | 47 | 10 | 4A | 41 | 36 |
| Octal | 262 | 326 | 76 | 21 | 0 | 107 | 20 | 112 | 101 | 66 |
| Binary | 10110010 | 11010110 | 111110 | 10001 | 0 | 1000111 | 10000 | 1001010 | 1000001 | 110110 |
Color Harmonies of #B2D63E
Complementary color
Monochromatic Colors of #B2D63E
Black with #B2D63E
Text Example
Text Example
White with #B2D63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D63E; }
p { color: rgb(178,214,62); }
H1.HeaderClassName
{
color: #B2D63E;
}
.AnyTagClassName
{
color: #B2D63E;
}
</style>
background-color css
<style>
a { background-color: #B2D63E; }
a { background-color: rgb(178,214,62); }
div.DivClassName
{
background-color: #B2D63E;
}
.BgClassName
{
background-color: #B2D63E;
}
</style>
border-color css
<style>
span { border-color: #B2D63E; }
span { border-color: rgb(178,214,62); }
td.TdClassName
{
border-color: #B2D63E;
}
.TagClassName
{
border-color: #B2D63E;
}
</style>