Shades of Conifer #B2E94C
Tints of Conifer #B2E94C
RGB
CMYK
RGB Variations
Color information
#B2E94C (or 0xB2E94C) is known color: Conifer. HEX triplet: B2, E9 and 4C. RGB value is (178,233,76). Sum of RGB (Red+Green+Blue) = 178+233+76=487 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.55% from 487); Green value is 233 (91.41% from 255 or 47.84% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2E94C is #4D16B3. Grayscale: #C7C7C7. Windows color (decimal): -5052084 or 5040562. OLE color: 5040562.
HSL color Cylindrical-coordinate representation of color #B2E94C: hue angle of 81.02º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B2E94C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 76 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.09 |
| HSL | 81.02º | 0.78% | 0.61% | - |
| HSV(B) | 81.02º | 0.67% | 0.91% | - |
| XYZ | 48.8 | 68.26 | 17.44 | - |
| YUV | 198.66 | 58.78 | 113.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 76 | 0.24 | 0 | 0.67 | 0.09 | 81.02 | 0.78 | 0.61 |
| Hex | B2 | E9 | 4C | 18 | 0 | 43 | 9 | 51 | 4E | 3D |
| Octal | 262 | 351 | 114 | 30 | 0 | 103 | 11 | 121 | 116 | 75 |
| Binary | 10110010 | 11101001 | 1001100 | 11000 | 0 | 1000011 | 1001 | 1010001 | 1001110 | 111101 |
Color Harmonies of #B2E94C
Complementary color
Monochromatic Colors of #B2E94C
Black with #B2E94C
Text Example
Text Example
White with #B2E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E94C; }
p { color: rgb(178,233,76); }
H1.HeaderClassName
{
color: #B2E94C;
}
.AnyTagClassName
{
color: #B2E94C;
}
</style>
background-color css
<style>
a { background-color: #B2E94C; }
a { background-color: rgb(178,233,76); }
div.DivClassName
{
background-color: #B2E94C;
}
.BgClassName
{
background-color: #B2E94C;
}
</style>
border-color css
<style>
span { border-color: #B2E94C; }
span { border-color: rgb(178,233,76); }
td.TdClassName
{
border-color: #B2E94C;
}
.TagClassName
{
border-color: #B2E94C;
}
</style>