Shades of Inch Worm #BBF00D
Tints of Inch Worm #BBF00D
RGB
CMYK
RGB Variations
Color information
#BBF00D (or 0xBBF00D) is known color: Inch Worm. HEX triplet: BB, F0 and 0D. RGB value is (187,240,13). Sum of RGB (Red+Green+Blue) = 187+240+13=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 13 (5.47% from 255 or 2.95% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF00D is #440FF2. Grayscale: #C7C7C7. Windows color (decimal): -4460531 or 913595. OLE color: 913595.
HSL color Cylindrical-coordinate representation of color #BBF00D: hue angle of 74.01º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF00D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.06 |
| HSL | 74.01º | 0.9% | 0.5% | - |
| HSV(B) | 74.01º | 0.95% | 0.94% | - |
| XYZ | 51.73 | 72.91 | 11.73 | - |
| YUV | 198.28 | 23.44 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 13 | 0.22 | 0 | 0.95 | 0.06 | 74.01 | 0.9 | 0.5 |
| Hex | BB | F0 | D | 16 | 0 | 5F | 6 | 4A | 5A | 32 |
| Octal | 273 | 360 | 15 | 26 | 0 | 137 | 6 | 112 | 132 | 62 |
| Binary | 10111011 | 11110000 | 1101 | 10110 | 0 | 1011111 | 110 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BBF00D
Complementary color
Monochromatic Colors of #BBF00D
Black with #BBF00D
Text Example
Text Example
White with #BBF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF00D; }
p { color: rgb(187,240,13); }
H1.HeaderClassName
{
color: #BBF00D;
}
.AnyTagClassName
{
color: #BBF00D;
}
</style>
background-color css
<style>
a { background-color: #BBF00D; }
a { background-color: rgb(187,240,13); }
div.DivClassName
{
background-color: #BBF00D;
}
.BgClassName
{
background-color: #BBF00D;
}
</style>
border-color css
<style>
span { border-color: #BBF00D; }
span { border-color: rgb(187,240,13); }
td.TdClassName
{
border-color: #BBF00D;
}
.TagClassName
{
border-color: #BBF00D;
}
</style>