Shades of Inch Worm #BBF219
Tints of Inch Worm #BBF219
RGB
CMYK
RGB Variations
Color information
#BBF219 (or 0xBBF219) is known color: Inch Worm. HEX triplet: BB, F2 and 19. RGB value is (187,242,25). Sum of RGB (Red+Green+Blue) = 187+242+25=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF219 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF219 is #440DE6. Grayscale: #C9C9C9. Windows color (decimal): -4460007 or 1700539. OLE color: 1700539.
HSL color Cylindrical-coordinate representation of color #BBF219: hue angle of 75.21º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF219 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.21º | 0.89% | 0.52% | - |
| HSV(B) | 75.21º | 0.9% | 0.95% | - |
| XYZ | 52.42 | 74.14 | 12.47 | - |
| YUV | 200.82 | 28.78 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 25 | 0.23 | 0 | 0.90 | 0.05 | 75.21 | 0.89 | 0.52 |
| Hex | BB | F2 | 19 | 17 | 0 | 5A | 5 | 4B | 59 | 34 |
| Octal | 273 | 362 | 31 | 27 | 0 | 132 | 5 | 113 | 131 | 64 |
| Binary | 10111011 | 11110010 | 11001 | 10111 | 0 | 1011010 | 101 | 1001011 | 1011001 | 110100 |
Color Harmonies of #BBF219
Complementary color
Monochromatic Colors of #BBF219
Black with #BBF219
Text Example
Text Example
White with #BBF219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF219; }
p { color: rgb(187,242,25); }
H1.HeaderClassName
{
color: #BBF219;
}
.AnyTagClassName
{
color: #BBF219;
}
</style>
background-color css
<style>
a { background-color: #BBF219; }
a { background-color: rgb(187,242,25); }
div.DivClassName
{
background-color: #BBF219;
}
.BgClassName
{
background-color: #BBF219;
}
</style>
border-color css
<style>
span { border-color: #BBF219; }
span { border-color: rgb(187,242,25); }
td.TdClassName
{
border-color: #BBF219;
}
.TagClassName
{
border-color: #BBF219;
}
</style>