Shades of Inch Worm #BBDF1E
Tints of Inch Worm #BBDF1E
RGB
CMYK
RGB Variations
Color information
#BBDF1E (or 0xBBDF1E) is known color: Inch Worm. HEX triplet: BB, DF and 1E. RGB value is (187,223,30). Sum of RGB (Red+Green+Blue) = 187+223+30=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 223 (87.5% from 255 or 50.68% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDF1E is #4420E1. Grayscale: #BEBEBE. Windows color (decimal): -4464866 or 2023355. OLE color: 2023355.
HSL color Cylindrical-coordinate representation of color #BBDF1E: hue angle of 71.19º 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 #BBDF1E is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 30 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.13 |
| HSL | 71.19º | 0.76% | 0.5% | - |
| HSV(B) | 71.19º | 0.87% | 0.87% | - |
| XYZ | 47.12 | 63.43 | 10.99 | - |
| YUV | 190.23 | 37.57 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 30 | 0.16 | 0 | 0.87 | 0.13 | 71.19 | 0.76 | 0.5 |
| Hex | BB | DF | 1E | 10 | 0 | 57 | D | 47 | 4C | 32 |
| Octal | 273 | 337 | 36 | 20 | 0 | 127 | 15 | 107 | 114 | 62 |
| Binary | 10111011 | 11011111 | 11110 | 10000 | 0 | 1010111 | 1101 | 1000111 | 1001100 | 110010 |
Color Harmonies of #BBDF1E
Complementary color
Monochromatic Colors of #BBDF1E
Black with #BBDF1E
Text Example
Text Example
White with #BBDF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF1E; }
p { color: rgb(187,223,30); }
H1.HeaderClassName
{
color: #BBDF1E;
}
.AnyTagClassName
{
color: #BBDF1E;
}
</style>
background-color css
<style>
a { background-color: #BBDF1E; }
a { background-color: rgb(187,223,30); }
div.DivClassName
{
background-color: #BBDF1E;
}
.BgClassName
{
background-color: #BBDF1E;
}
</style>
border-color css
<style>
span { border-color: #BBDF1E; }
span { border-color: rgb(187,223,30); }
td.TdClassName
{
border-color: #BBDF1E;
}
.TagClassName
{
border-color: #BBDF1E;
}
</style>