Shades of Inch Worm #BBF513
Tints of Inch Worm #BBF513
RGB
CMYK
RGB Variations
Color information
#BBF513 (or 0xBBF513) is known color: Inch Worm. HEX triplet: BB, F5 and 13. RGB value is (187,245,19). Sum of RGB (Red+Green+Blue) = 187+245+19=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 245 (96.09% from 255 or 54.32% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF513 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF513 is #440AEC. Grayscale: #CACACA. Windows color (decimal): -4459245 or 1308091. OLE color: 1308091.
HSL color Cylindrical-coordinate representation of color #BBF513: hue angle of 75.4º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BBF513 is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 19 | - |
| CMYK | 0.24 | 0 | 0.92 | 0.04 |
| HSL | 75.4º | 0.92% | 0.52% | - |
| HSV(B) | 75.4º | 0.92% | 0.96% | - |
| XYZ | 53.26 | 75.92 | 12.46 | - |
| YUV | 201.89 | 24.78 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 19 | 0.24 | 0 | 0.92 | 0.04 | 75.4 | 0.92 | 0.52 |
| Hex | BB | F5 | 13 | 18 | 0 | 5C | 4 | 4B | 5C | 34 |
| Octal | 273 | 365 | 23 | 30 | 0 | 134 | 4 | 113 | 134 | 64 |
| Binary | 10111011 | 11110101 | 10011 | 11000 | 0 | 1011100 | 100 | 1001011 | 1011100 | 110100 |
Color Harmonies of #BBF513
Complementary color
Monochromatic Colors of #BBF513
Black with #BBF513
Text Example
Text Example
White with #BBF513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF513; }
p { color: rgb(187,245,19); }
H1.HeaderClassName
{
color: #BBF513;
}
.AnyTagClassName
{
color: #BBF513;
}
</style>
background-color css
<style>
a { background-color: #BBF513; }
a { background-color: rgb(187,245,19); }
div.DivClassName
{
background-color: #BBF513;
}
.BgClassName
{
background-color: #BBF513;
}
</style>
border-color css
<style>
span { border-color: #BBF513; }
span { border-color: rgb(187,245,19); }
td.TdClassName
{
border-color: #BBF513;
}
.TagClassName
{
border-color: #BBF513;
}
</style>