Shades of Inch Worm #B0DB27
Tints of Inch Worm #B0DB27
RGB
CMYK
RGB Variations
Color information
#B0DB27 (or 0xB0DB27) is known color: Inch Worm. HEX triplet: B0, DB and 27. RGB value is (176,219,39). Sum of RGB (Red+Green+Blue) = 176+219+39=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 39 (15.62% from 255 or 8.99% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #B0DB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0DB27 is #4F24D8. Grayscale: #BABABA. Windows color (decimal): -5186777 or 2612144. OLE color: 2612144.
HSL color Cylindrical-coordinate representation of color #B0DB27: hue angle of 74.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0DB27 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 176 | 219 | 39 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.14 |
| HSL | 74.33º | 0.71% | 0.51% | - |
| HSV(B) | 74.33º | 0.82% | 0.86% | - |
| XYZ | 43.6 | 60.04 | 11.21 | - |
| YUV | 185.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 219 | 39 | 0.20 | 0 | 0.82 | 0.14 | 74.33 | 0.71 | 0.51 |
| Hex | B0 | DB | 27 | 14 | 0 | 52 | E | 4A | 47 | 33 |
| Octal | 260 | 333 | 47 | 24 | 0 | 122 | 16 | 112 | 107 | 63 |
| Binary | 10110000 | 11011011 | 100111 | 10100 | 0 | 1010010 | 1110 | 1001010 | 1000111 | 110011 |
Color Harmonies of #B0DB27
Complementary color
Monochromatic Colors of #B0DB27
Black with #B0DB27
Text Example
Text Example
White with #B0DB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0DB27; }
p { color: rgb(176,219,39); }
H1.HeaderClassName
{
color: #B0DB27;
}
.AnyTagClassName
{
color: #B0DB27;
}
</style>
background-color css
<style>
a { background-color: #B0DB27; }
a { background-color: rgb(176,219,39); }
div.DivClassName
{
background-color: #B0DB27;
}
.BgClassName
{
background-color: #B0DB27;
}
</style>
border-color css
<style>
span { border-color: #B0DB27; }
span { border-color: rgb(176,219,39); }
td.TdClassName
{
border-color: #B0DB27;
}
.TagClassName
{
border-color: #B0DB27;
}
</style>