Shades of Inch Worm #B0DF24
Tints of Inch Worm #B0DF24
RGB
CMYK
RGB Variations
Color information
#B0DF24 (or 0xB0DF24) is known color: Inch Worm. HEX triplet: B0, DF and 24. RGB value is (176,223,36). Sum of RGB (Red+Green+Blue) = 176+223+36=435 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.46% from 435); Green value is 223 (87.5% from 255 or 51.26% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DF24 is #4F20DB. Grayscale: #BCBCBC. Windows color (decimal): -5185756 or 2416560. OLE color: 2416560.
HSL color Cylindrical-coordinate representation of color #B0DF24: hue angle of 75.08º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0DF24 is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 223 | 36 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.13 |
| HSL | 75.08º | 0.75% | 0.51% | - |
| HSV(B) | 75.08º | 0.84% | 0.87% | - |
| XYZ | 44.61 | 62.13 | 11.31 | - |
| YUV | 187.63 | 42.43 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 223 | 36 | 0.21 | 0 | 0.84 | 0.13 | 75.08 | 0.75 | 0.51 |
| Hex | B0 | DF | 24 | 15 | 0 | 54 | D | 4B | 4B | 33 |
| Octal | 260 | 337 | 44 | 25 | 0 | 124 | 15 | 113 | 113 | 63 |
| Binary | 10110000 | 11011111 | 100100 | 10101 | 0 | 1010100 | 1101 | 1001011 | 1001011 | 110011 |
Color Harmonies of #B0DF24
Complementary color
Monochromatic Colors of #B0DF24
Black with #B0DF24
Text Example
Text Example
White with #B0DF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DF24; }
p { color: rgb(176,223,36); }
H1.HeaderClassName
{
color: #B0DF24;
}
.AnyTagClassName
{
color: #B0DF24;
}
</style>
background-color css
<style>
a { background-color: #B0DF24; }
a { background-color: rgb(176,223,36); }
div.DivClassName
{
background-color: #B0DF24;
}
.BgClassName
{
background-color: #B0DF24;
}
</style>
border-color css
<style>
span { border-color: #B0DF24; }
span { border-color: rgb(176,223,36); }
td.TdClassName
{
border-color: #B0DF24;
}
.TagClassName
{
border-color: #B0DF24;
}
</style>