Shades of Conifer #B2E73F
Tints of Conifer #B2E73F
RGB
CMYK
RGB Variations
Color information
#B2E73F (or 0xB2E73F) is known color: Conifer. HEX triplet: B2, E7 and 3F. RGB value is (178,231,63). Sum of RGB (Red+Green+Blue) = 178+231+63=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 231 (90.62% from 255 or 48.94% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E73F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E73F is #4D18C0. Grayscale: #C4C4C4. Windows color (decimal): -5052609 or 4188082. OLE color: 4188082.
HSL color Cylindrical-coordinate representation of color #B2E73F: hue angle of 78.93º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2E73F is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 63 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.09 |
| HSL | 78.93º | 0.78% | 0.58% | - |
| HSV(B) | 78.93º | 0.73% | 0.91% | - |
| XYZ | 47.83 | 66.98 | 15.11 | - |
| YUV | 196 | 52.94 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 63 | 0.23 | 0 | 0.73 | 0.09 | 78.93 | 0.78 | 0.58 |
| Hex | B2 | E7 | 3F | 17 | 0 | 49 | 9 | 4F | 4E | 3A |
| Octal | 262 | 347 | 77 | 27 | 0 | 111 | 11 | 117 | 116 | 72 |
| Binary | 10110010 | 11100111 | 111111 | 10111 | 0 | 1001001 | 1001 | 1001111 | 1001110 | 111010 |
Color Harmonies of #B2E73F
Complementary color
Monochromatic Colors of #B2E73F
Black with #B2E73F
Text Example
Text Example
White with #B2E73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E73F; }
p { color: rgb(178,231,63); }
H1.HeaderClassName
{
color: #B2E73F;
}
.AnyTagClassName
{
color: #B2E73F;
}
</style>
background-color css
<style>
a { background-color: #B2E73F; }
a { background-color: rgb(178,231,63); }
div.DivClassName
{
background-color: #B2E73F;
}
.BgClassName
{
background-color: #B2E73F;
}
</style>
border-color css
<style>
span { border-color: #B2E73F; }
span { border-color: rgb(178,231,63); }
td.TdClassName
{
border-color: #B2E73F;
}
.TagClassName
{
border-color: #B2E73F;
}
</style>