Shades of Inch Worm #BBF81A
Tints of Inch Worm #BBF81A
RGB
CMYK
RGB Variations
Color information
#BBF81A (or 0xBBF81A) is known color: Inch Worm. HEX triplet: BB, F8 and 1A. RGB value is (187,248,26). Sum of RGB (Red+Green+Blue) = 187+248+26=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 248 (97.27% from 255 or 53.80% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF81A is #4407E5. Grayscale: #CDCDCD. Windows color (decimal): -4458470 or 1767611. OLE color: 1767611.
HSL color Cylindrical-coordinate representation of color #BBF81A: hue angle of 76.49º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF81A is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 26 | - |
| CMYK | 0.25 | 0 | 0.90 | 0.03 |
| HSL | 76.49º | 0.94% | 0.54% | - |
| HSV(B) | 76.49º | 0.9% | 0.97% | - |
| XYZ | 54.25 | 77.77 | 13.13 | - |
| YUV | 204.45 | 27.29 | 115.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 26 | 0.25 | 0 | 0.90 | 0.03 | 76.49 | 0.94 | 0.54 |
| Hex | BB | F8 | 1A | 19 | 0 | 5A | 3 | 4C | 5E | 36 |
| Octal | 273 | 370 | 32 | 31 | 0 | 132 | 3 | 114 | 136 | 66 |
| Binary | 10111011 | 11111000 | 11010 | 11001 | 0 | 1011010 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BBF81A
Complementary color
Monochromatic Colors of #BBF81A
Black with #BBF81A
Text Example
Text Example
White with #BBF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF81A; }
p { color: rgb(187,248,26); }
H1.HeaderClassName
{
color: #BBF81A;
}
.AnyTagClassName
{
color: #BBF81A;
}
</style>
background-color css
<style>
a { background-color: #BBF81A; }
a { background-color: rgb(187,248,26); }
div.DivClassName
{
background-color: #BBF81A;
}
.BgClassName
{
background-color: #BBF81A;
}
</style>
border-color css
<style>
span { border-color: #BBF81A; }
span { border-color: rgb(187,248,26); }
td.TdClassName
{
border-color: #BBF81A;
}
.TagClassName
{
border-color: #BBF81A;
}
</style>