Shades of Inch Worm #BBDD07
Tints of Inch Worm #BBDD07
RGB
CMYK
RGB Variations
Color information
#BBDD07 (or 0xBBDD07) is known color: Inch Worm. HEX triplet: BB, DD and 07. RGB value is (187,221,7). Sum of RGB (Red+Green+Blue) = 187+221+7=415 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.06% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBDD07 is #4422F8. Grayscale: #BBBBBB. Windows color (decimal): -4465401 or 515515. OLE color: 515515.
HSL color Cylindrical-coordinate representation of color #BBDD07: hue angle of 69.53º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBDD07 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 7 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.13 |
| HSL | 69.53º | 0.94% | 0.45% | - |
| HSV(B) | 69.53º | 0.97% | 0.87% | - |
| XYZ | 46.39 | 62.29 | 9.78 | - |
| YUV | 186.44 | 26.74 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 7 | 0.15 | 0 | 0.97 | 0.13 | 69.53 | 0.94 | 0.45 |
| Hex | BB | DD | 7 | F | 0 | 61 | D | 46 | 5E | 2D |
| Octal | 273 | 335 | 7 | 17 | 0 | 141 | 15 | 106 | 136 | 55 |
| Binary | 10111011 | 11011101 | 111 | 1111 | 0 | 1100001 | 1101 | 1000110 | 1011110 | 101101 |
Color Harmonies of #BBDD07
Complementary color
Monochromatic Colors of #BBDD07
Black with #BBDD07
Text Example
Text Example
White with #BBDD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD07; }
p { color: rgb(187,221,7); }
H1.HeaderClassName
{
color: #BBDD07;
}
.AnyTagClassName
{
color: #BBDD07;
}
</style>
background-color css
<style>
a { background-color: #BBDD07; }
a { background-color: rgb(187,221,7); }
div.DivClassName
{
background-color: #BBDD07;
}
.BgClassName
{
background-color: #BBDD07;
}
</style>
border-color css
<style>
span { border-color: #BBDD07; }
span { border-color: rgb(187,221,7); }
td.TdClassName
{
border-color: #BBDD07;
}
.TagClassName
{
border-color: #BBDD07;
}
</style>