Shades of Inch Worm #BBF11D
Tints of Inch Worm #BBF11D
RGB
CMYK
RGB Variations
Color information
#BBF11D (or 0xBBF11D) is known color: Inch Worm. HEX triplet: BB, F1 and 1D. RGB value is (187,241,29). Sum of RGB (Red+Green+Blue) = 187+241+29=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 29 (11.72% from 255 or 6.35% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF11D is #440EE2. Grayscale: #C9C9C9. Windows color (decimal): -4460259 or 1962427. OLE color: 1962427.
HSL color Cylindrical-coordinate representation of color #BBF11D: hue angle of 75.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBF11D is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 29 | - |
| CMYK | 0.22 | 0 | 0.88 | 0.05 |
| HSL | 75.28º | 0.88% | 0.53% | - |
| HSV(B) | 75.28º | 0.88% | 0.95% | - |
| XYZ | 52.17 | 73.56 | 12.61 | - |
| YUV | 200.69 | 31.11 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 29 | 0.22 | 0 | 0.88 | 0.05 | 75.28 | 0.88 | 0.53 |
| Hex | BB | F1 | 1D | 16 | 0 | 58 | 5 | 4B | 58 | 35 |
| Octal | 273 | 361 | 35 | 26 | 0 | 130 | 5 | 113 | 130 | 65 |
| Binary | 10111011 | 11110001 | 11101 | 10110 | 0 | 1011000 | 101 | 1001011 | 1011000 | 110101 |
Color Harmonies of #BBF11D
Complementary color
Monochromatic Colors of #BBF11D
Black with #BBF11D
Text Example
Text Example
White with #BBF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF11D; }
p { color: rgb(187,241,29); }
H1.HeaderClassName
{
color: #BBF11D;
}
.AnyTagClassName
{
color: #BBF11D;
}
</style>
background-color css
<style>
a { background-color: #BBF11D; }
a { background-color: rgb(187,241,29); }
div.DivClassName
{
background-color: #BBF11D;
}
.BgClassName
{
background-color: #BBF11D;
}
</style>
border-color css
<style>
span { border-color: #BBF11D; }
span { border-color: rgb(187,241,29); }
td.TdClassName
{
border-color: #BBF11D;
}
.TagClassName
{
border-color: #BBF11D;
}
</style>