Shades of Inch Worm #B5EF0A
Tints of Inch Worm #B5EF0A
RGB
CMYK
RGB Variations
Color information
#B5EF0A (or 0xB5EF0A) is known color: Inch Worm. HEX triplet: B5, EF and 0A. RGB value is (181,239,10). Sum of RGB (Red+Green+Blue) = 181+239+10=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #B5EF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B5EF0A is #4A10F5. Grayscale: #C4C4C4. Windows color (decimal): -4854006 or 716725. OLE color: 716725.
HSL color Cylindrical-coordinate representation of color #B5EF0A: hue angle of 75.2º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B5EF0A is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 181 | 239 | 10 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.06 |
| HSL | 75.2º | 0.92% | 0.49% | - |
| HSV(B) | 75.2º | 0.96% | 0.94% | - |
| XYZ | 49.98 | 71.58 | 11.47 | - |
| YUV | 195.55 | 23.28 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 239 | 10 | 0.24 | 0 | 0.96 | 0.06 | 75.2 | 0.92 | 0.49 |
| Hex | B5 | EF | A | 18 | 0 | 60 | 6 | 4B | 5C | 31 |
| Octal | 265 | 357 | 12 | 30 | 0 | 140 | 6 | 113 | 134 | 61 |
| Binary | 10110101 | 11101111 | 1010 | 11000 | 0 | 1100000 | 110 | 1001011 | 1011100 | 110001 |
Color Harmonies of #B5EF0A
Complementary color
Monochromatic Colors of #B5EF0A
Black with #B5EF0A
Text Example
Text Example
White with #B5EF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EF0A; }
p { color: rgb(181,239,10); }
H1.HeaderClassName
{
color: #B5EF0A;
}
.AnyTagClassName
{
color: #B5EF0A;
}
</style>
background-color css
<style>
a { background-color: #B5EF0A; }
a { background-color: rgb(181,239,10); }
div.DivClassName
{
background-color: #B5EF0A;
}
.BgClassName
{
background-color: #B5EF0A;
}
</style>
border-color css
<style>
span { border-color: #B5EF0A; }
span { border-color: rgb(181,239,10); }
td.TdClassName
{
border-color: #B5EF0A;
}
.TagClassName
{
border-color: #B5EF0A;
}
</style>