Shades of Conifer #B2E63A
Tints of Conifer #B2E63A
RGB
CMYK
RGB Variations
Color information
#B2E63A (or 0xB2E63A) is known color: Conifer. HEX triplet: B2, E6 and 3A. RGB value is (178,230,58). Sum of RGB (Red+Green+Blue) = 178+230+58=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 230 (90.23% from 255 or 49.36% from 466); Blue value is 58 (23.05% from 255 or 12.45% from 466); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E63A is #4D19C5. Grayscale: #C3C3C3. Windows color (decimal): -5052870 or 3860146. OLE color: 3860146.
HSL color Cylindrical-coordinate representation of color #B2E63A: hue angle of 78.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2E63A is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 178 | 230 | 58 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.10 |
| HSL | 78.14º | 0.77% | 0.56% | - |
| HSV(B) | 78.14º | 0.75% | 0.9% | - |
| XYZ | 47.42 | 66.36 | 14.31 | - |
| YUV | 194.84 | 50.77 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 230 | 58 | 0.23 | 0 | 0.75 | 0.10 | 78.14 | 0.77 | 0.56 |
| Hex | B2 | E6 | 3A | 17 | 0 | 4B | A | 4E | 4D | 38 |
| Octal | 262 | 346 | 72 | 27 | 0 | 113 | 12 | 116 | 115 | 70 |
| Binary | 10110010 | 11100110 | 111010 | 10111 | 0 | 1001011 | 1010 | 1001110 | 1001101 | 111000 |
Color Harmonies of #B2E63A
Complementary color
Monochromatic Colors of #B2E63A
Black with #B2E63A
Text Example
Text Example
White with #B2E63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E63A; }
p { color: rgb(178,230,58); }
H1.HeaderClassName
{
color: #B2E63A;
}
.AnyTagClassName
{
color: #B2E63A;
}
</style>
background-color css
<style>
a { background-color: #B2E63A; }
a { background-color: rgb(178,230,58); }
div.DivClassName
{
background-color: #B2E63A;
}
.BgClassName
{
background-color: #B2E63A;
}
</style>
border-color css
<style>
span { border-color: #B2E63A; }
span { border-color: rgb(178,230,58); }
td.TdClassName
{
border-color: #B2E63A;
}
.TagClassName
{
border-color: #B2E63A;
}
</style>