Shades of Inch Worm #B5DF1E
Tints of Inch Worm #B5DF1E
RGB
CMYK
RGB Variations
Color information
#B5DF1E (or 0xB5DF1E) is known color: Inch Worm. HEX triplet: B5, DF and 1E. RGB value is (181,223,30). Sum of RGB (Red+Green+Blue) = 181+223+30=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DF1E is #4A20E1. Grayscale: #BDBDBD. Windows color (decimal): -4858082 or 2023349. OLE color: 2023349.
HSL color Cylindrical-coordinate representation of color #B5DF1E: hue angle of 73.06º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5DF1E is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 181 | 223 | 30 | - |
| CMYK | 0.19 | 0 | 0.87 | 0.13 |
| HSL | 73.06º | 0.76% | 0.5% | - |
| HSV(B) | 73.06º | 0.87% | 0.87% | - |
| XYZ | 45.68 | 62.69 | 10.92 | - |
| YUV | 188.44 | 38.59 | 122.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 223 | 30 | 0.19 | 0 | 0.87 | 0.13 | 73.06 | 0.76 | 0.5 |
| Hex | B5 | DF | 1E | 13 | 0 | 57 | D | 49 | 4C | 32 |
| Octal | 265 | 337 | 36 | 23 | 0 | 127 | 15 | 111 | 114 | 62 |
| Binary | 10110101 | 11011111 | 11110 | 10011 | 0 | 1010111 | 1101 | 1001001 | 1001100 | 110010 |
Color Harmonies of #B5DF1E
Complementary color
Monochromatic Colors of #B5DF1E
Black with #B5DF1E
Text Example
Text Example
White with #B5DF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DF1E; }
p { color: rgb(181,223,30); }
H1.HeaderClassName
{
color: #B5DF1E;
}
.AnyTagClassName
{
color: #B5DF1E;
}
</style>
background-color css
<style>
a { background-color: #B5DF1E; }
a { background-color: rgb(181,223,30); }
div.DivClassName
{
background-color: #B5DF1E;
}
.BgClassName
{
background-color: #B5DF1E;
}
</style>
border-color css
<style>
span { border-color: #B5DF1E; }
span { border-color: rgb(181,223,30); }
td.TdClassName
{
border-color: #B5DF1E;
}
.TagClassName
{
border-color: #B5DF1E;
}
</style>