Shades of Inch Worm #B9E425
Tints of Inch Worm #B9E425
RGB
CMYK
RGB Variations
Color information
#B9E425 (or 0xB9E425) is known color: Inch Worm. HEX triplet: B9, E4 and 25. RGB value is (185,228,37). Sum of RGB (Red+Green+Blue) = 185+228+37=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #B9E425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E425 is #461BDA. Grayscale: #C2C2C2. Windows color (decimal): -4594651 or 2483385. OLE color: 2483385.
HSL color Cylindrical-coordinate representation of color #B9E425: hue angle of 73.51º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B9E425 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 228 | 37 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.11 |
| HSL | 73.51º | 0.78% | 0.52% | - |
| HSV(B) | 73.51º | 0.84% | 0.89% | - |
| XYZ | 48.08 | 65.93 | 11.94 | - |
| YUV | 193.37 | 39.75 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 228 | 37 | 0.19 | 0 | 0.84 | 0.11 | 73.51 | 0.78 | 0.52 |
| Hex | B9 | E4 | 25 | 13 | 0 | 54 | B | 4A | 4E | 34 |
| Octal | 271 | 344 | 45 | 23 | 0 | 124 | 13 | 112 | 116 | 64 |
| Binary | 10111001 | 11100100 | 100101 | 10011 | 0 | 1010100 | 1011 | 1001010 | 1001110 | 110100 |
Color Harmonies of #B9E425
Complementary color
Monochromatic Colors of #B9E425
Black with #B9E425
Text Example
Text Example
White with #B9E425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E425; }
p { color: rgb(185,228,37); }
H1.HeaderClassName
{
color: #B9E425;
}
.AnyTagClassName
{
color: #B9E425;
}
</style>
background-color css
<style>
a { background-color: #B9E425; }
a { background-color: rgb(185,228,37); }
div.DivClassName
{
background-color: #B9E425;
}
.BgClassName
{
background-color: #B9E425;
}
</style>
border-color css
<style>
span { border-color: #B9E425; }
span { border-color: rgb(185,228,37); }
td.TdClassName
{
border-color: #B9E425;
}
.TagClassName
{
border-color: #B9E425;
}
</style>