Shades of Conifer #B0E25D
Tints of Conifer #B0E25D
RGB
CMYK
RGB Variations
Color information
#B0E25D (or 0xB0E25D) is known color: Conifer. HEX triplet: B0, E2 and 5D. RGB value is (176,226,93). Sum of RGB (Red+Green+Blue) = 176+226+93=495 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.56% from 495); Green value is 226 (88.67% from 255 or 45.66% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E25D is #4F1DA2. Grayscale: #C4C4C4. Windows color (decimal): -5184931 or 6152880. OLE color: 6152880.
HSL color Cylindrical-coordinate representation of color #B0E25D: hue angle of 82.56º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0E25D is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 93 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.11 |
| HSL | 82.56º | 0.7% | 0.63% | - |
| HSV(B) | 82.56º | 0.59% | 0.89% | - |
| XYZ | 47.08 | 64.41 | 20.31 | - |
| YUV | 195.89 | 69.94 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 93 | 0.22 | 0 | 0.59 | 0.11 | 82.56 | 0.7 | 0.63 |
| Hex | B0 | E2 | 5D | 16 | 0 | 3B | B | 53 | 46 | 3F |
| Octal | 260 | 342 | 135 | 26 | 0 | 73 | 13 | 123 | 106 | 77 |
| Binary | 10110000 | 11100010 | 1011101 | 10110 | 0 | 111011 | 1011 | 1010011 | 1000110 | 111111 |
Color Harmonies of #B0E25D
Complementary color
Monochromatic Colors of #B0E25D
Black with #B0E25D
Text Example
Text Example
White with #B0E25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E25D; }
p { color: rgb(176,226,93); }
H1.HeaderClassName
{
color: #B0E25D;
}
.AnyTagClassName
{
color: #B0E25D;
}
</style>
background-color css
<style>
a { background-color: #B0E25D; }
a { background-color: rgb(176,226,93); }
div.DivClassName
{
background-color: #B0E25D;
}
.BgClassName
{
background-color: #B0E25D;
}
</style>
border-color css
<style>
span { border-color: #B0E25D; }
span { border-color: rgb(176,226,93); }
td.TdClassName
{
border-color: #B0E25D;
}
.TagClassName
{
border-color: #B0E25D;
}
</style>