Shades of Conifer #B2E75F
Tints of Conifer #B2E75F
RGB
CMYK
RGB Variations
Color information
#B2E75F (or 0xB2E75F) is known color: Conifer. HEX triplet: B2, E7 and 5F. RGB value is (178,231,95). Sum of RGB (Red+Green+Blue) = 178+231+95=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 231 (90.62% from 255 or 45.83% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E75F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E75F is #4D18A0. Grayscale: #C8C8C8. Windows color (decimal): -5052577 or 6285234. OLE color: 6285234.
HSL color Cylindrical-coordinate representation of color #B2E75F: hue angle of 83.38º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2E75F is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 231 | 95 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.09 |
| HSL | 83.38º | 0.74% | 0.64% | - |
| HSV(B) | 83.38º | 0.59% | 0.91% | - |
| XYZ | 49 | 67.44 | 21.26 | - |
| YUV | 199.65 | 68.94 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 231 | 95 | 0.23 | 0 | 0.59 | 0.09 | 83.38 | 0.74 | 0.64 |
| Hex | B2 | E7 | 5F | 17 | 0 | 3B | 9 | 53 | 4A | 40 |
| Octal | 262 | 347 | 137 | 27 | 0 | 73 | 11 | 123 | 112 | 100 |
| Binary | 10110010 | 11100111 | 1011111 | 10111 | 0 | 111011 | 1001 | 1010011 | 1001010 | 1000000 |
Color Harmonies of #B2E75F
Complementary color
Monochromatic Colors of #B2E75F
Black with #B2E75F
Text Example
Text Example
White with #B2E75F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E75F; }
p { color: rgb(178,231,95); }
H1.HeaderClassName
{
color: #B2E75F;
}
.AnyTagClassName
{
color: #B2E75F;
}
</style>
background-color css
<style>
a { background-color: #B2E75F; }
a { background-color: rgb(178,231,95); }
div.DivClassName
{
background-color: #B2E75F;
}
.BgClassName
{
background-color: #B2E75F;
}
</style>
border-color css
<style>
span { border-color: #B2E75F; }
span { border-color: rgb(178,231,95); }
td.TdClassName
{
border-color: #B2E75F;
}
.TagClassName
{
border-color: #B2E75F;
}
</style>