Shades of Inch Worm #B0E527
Tints of Inch Worm #B0E527
RGB
CMYK
RGB Variations
Color information
#B0E527 (or 0xB0E527) is known color: Inch Worm. HEX triplet: B0, E5 and 27. RGB value is (176,229,39). Sum of RGB (Red+Green+Blue) = 176+229+39=444 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.64% from 444); Green value is 229 (89.84% from 255 or 51.58% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 229 - color contains mainly: green. Hex color #B0E527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E527 is #4F1AD8. Grayscale: #C0C0C0. Windows color (decimal): -5184217 or 2614704. OLE color: 2614704.
HSL color Cylindrical-coordinate representation of color #B0E527: hue angle of 76.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0E527 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 229 | 39 | - |
| CMYK | 0.23 | 0 | 0.83 | 0.10 |
| HSL | 76.74º | 0.79% | 0.53% | - |
| HSV(B) | 76.74º | 0.83% | 0.9% | - |
| XYZ | 46.29 | 65.42 | 12.11 | - |
| YUV | 191.49 | 41.94 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 229 | 39 | 0.23 | 0 | 0.83 | 0.10 | 76.74 | 0.79 | 0.53 |
| Hex | B0 | E5 | 27 | 17 | 0 | 53 | A | 4D | 4F | 35 |
| Octal | 260 | 345 | 47 | 27 | 0 | 123 | 12 | 115 | 117 | 65 |
| Binary | 10110000 | 11100101 | 100111 | 10111 | 0 | 1010011 | 1010 | 1001101 | 1001111 | 110101 |
Color Harmonies of #B0E527
Complementary color
Monochromatic Colors of #B0E527
Black with #B0E527
Text Example
Text Example
White with #B0E527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E527; }
p { color: rgb(176,229,39); }
H1.HeaderClassName
{
color: #B0E527;
}
.AnyTagClassName
{
color: #B0E527;
}
</style>
background-color css
<style>
a { background-color: #B0E527; }
a { background-color: rgb(176,229,39); }
div.DivClassName
{
background-color: #B0E527;
}
.BgClassName
{
background-color: #B0E527;
}
</style>
border-color css
<style>
span { border-color: #B0E527; }
span { border-color: rgb(176,229,39); }
td.TdClassName
{
border-color: #B0E527;
}
.TagClassName
{
border-color: #B0E527;
}
</style>