Shades of Inch Worm #BBF81B
Tints of Inch Worm #BBF81B
RGB
CMYK
RGB Variations
Color information
#BBF81B (or 0xBBF81B) is known color: Inch Worm. HEX triplet: BB, F8 and 1B. RGB value is (187,248,27). Sum of RGB (Red+Green+Blue) = 187+248+27=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 27 (10.94% from 255 or 5.84% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF81B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF81B is #4407E4. Grayscale: #CDCDCD. Windows color (decimal): -4458469 or 1833147. OLE color: 1833147.
HSL color Cylindrical-coordinate representation of color #BBF81B: hue angle of 76.56º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBF81B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.03 |
| HSL | 76.56º | 0.94% | 0.54% | - |
| HSV(B) | 76.56º | 0.89% | 0.97% | - |
| XYZ | 54.26 | 77.78 | 13.19 | - |
| YUV | 204.57 | 27.79 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 27 | 0.25 | 0 | 0.89 | 0.03 | 76.56 | 0.94 | 0.54 |
| Hex | BB | F8 | 1B | 19 | 0 | 59 | 3 | 4D | 5E | 36 |
| Octal | 273 | 370 | 33 | 31 | 0 | 131 | 3 | 115 | 136 | 66 |
| Binary | 10111011 | 11111000 | 11011 | 11001 | 0 | 1011001 | 11 | 1001101 | 1011110 | 110110 |
Color Harmonies of #BBF81B
Complementary color
Monochromatic Colors of #BBF81B
Black with #BBF81B
Text Example
Text Example
White with #BBF81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF81B; }
p { color: rgb(187,248,27); }
H1.HeaderClassName
{
color: #BBF81B;
}
.AnyTagClassName
{
color: #BBF81B;
}
</style>
background-color css
<style>
a { background-color: #BBF81B; }
a { background-color: rgb(187,248,27); }
div.DivClassName
{
background-color: #BBF81B;
}
.BgClassName
{
background-color: #BBF81B;
}
</style>
border-color css
<style>
span { border-color: #BBF81B; }
span { border-color: rgb(187,248,27); }
td.TdClassName
{
border-color: #BBF81B;
}
.TagClassName
{
border-color: #BBF81B;
}
</style>