Shades of Inch Worm #BBF207
Tints of Inch Worm #BBF207
RGB
CMYK
RGB Variations
Color information
#BBF207 (or 0xBBF207) is known color: Inch Worm. HEX triplet: BB, F2 and 07. RGB value is (187,242,7). Sum of RGB (Red+Green+Blue) = 187+242+7=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 242 (94.92% from 255 or 55.50% from 436); Blue value is 7 (3.12% from 255 or 1.61% from 436); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF207 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF207 is #440DF8. Grayscale: #C7C7C7. Windows color (decimal): -4460025 or 520891. OLE color: 520891.
HSL color Cylindrical-coordinate representation of color #BBF207: hue angle of 74.04º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBF207 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.05 |
| HSL | 74.04º | 0.94% | 0.49% | - |
| HSV(B) | 74.04º | 0.97% | 0.95% | - |
| XYZ | 52.28 | 74.08 | 11.75 | - |
| YUV | 198.77 | 19.78 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 7 | 0.23 | 0 | 0.97 | 0.05 | 74.04 | 0.94 | 0.49 |
| Hex | BB | F2 | 7 | 17 | 0 | 61 | 5 | 4A | 5E | 31 |
| Octal | 273 | 362 | 7 | 27 | 0 | 141 | 5 | 112 | 136 | 61 |
| Binary | 10111011 | 11110010 | 111 | 10111 | 0 | 1100001 | 101 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BBF207
Complementary color
Monochromatic Colors of #BBF207
Black with #BBF207
Text Example
Text Example
White with #BBF207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF207; }
p { color: rgb(187,242,7); }
H1.HeaderClassName
{
color: #BBF207;
}
.AnyTagClassName
{
color: #BBF207;
}
</style>
background-color css
<style>
a { background-color: #BBF207; }
a { background-color: rgb(187,242,7); }
div.DivClassName
{
background-color: #BBF207;
}
.BgClassName
{
background-color: #BBF207;
}
</style>
border-color css
<style>
span { border-color: #BBF207; }
span { border-color: rgb(187,242,7); }
td.TdClassName
{
border-color: #BBF207;
}
.TagClassName
{
border-color: #BBF207;
}
</style>