Shades of Conifer #B0E25C
Tints of Conifer #B0E25C
RGB
CMYK
RGB Variations
Color information
#B0E25C (or 0xB0E25C) is known color: Conifer. HEX triplet: B0, E2 and 5C. RGB value is (176,226,92). Sum of RGB (Red+Green+Blue) = 176+226+92=494 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.63% from 494); Green value is 226 (88.67% from 255 or 45.75% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E25C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E25C is #4F1DA3. Grayscale: #C4C4C4. Windows color (decimal): -5184932 or 6087344. OLE color: 6087344.
HSL color Cylindrical-coordinate representation of color #B0E25C: hue angle of 82.39º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0E25C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 92 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.11 |
| HSL | 82.39º | 0.7% | 0.62% | - |
| HSV(B) | 82.39º | 0.59% | 0.89% | - |
| XYZ | 47.03 | 64.4 | 20.08 | - |
| YUV | 195.77 | 69.44 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 92 | 0.22 | 0 | 0.59 | 0.11 | 82.39 | 0.7 | 0.62 |
| Hex | B0 | E2 | 5C | 16 | 0 | 3B | B | 52 | 46 | 3E |
| Octal | 260 | 342 | 134 | 26 | 0 | 73 | 13 | 122 | 106 | 76 |
| Binary | 10110000 | 11100010 | 1011100 | 10110 | 0 | 111011 | 1011 | 1010010 | 1000110 | 111110 |
Color Harmonies of #B0E25C
Complementary color
Monochromatic Colors of #B0E25C
Black with #B0E25C
Text Example
Text Example
White with #B0E25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E25C; }
p { color: rgb(176,226,92); }
H1.HeaderClassName
{
color: #B0E25C;
}
.AnyTagClassName
{
color: #B0E25C;
}
</style>
background-color css
<style>
a { background-color: #B0E25C; }
a { background-color: rgb(176,226,92); }
div.DivClassName
{
background-color: #B0E25C;
}
.BgClassName
{
background-color: #B0E25C;
}
</style>
border-color css
<style>
span { border-color: #B0E25C; }
span { border-color: rgb(176,226,92); }
td.TdClassName
{
border-color: #B0E25C;
}
.TagClassName
{
border-color: #B0E25C;
}
</style>