Shades of Inch Worm #BBF50D
Tints of Inch Worm #BBF50D
RGB
CMYK
RGB Variations
Color information
#BBF50D (or 0xBBF50D) is known color: Inch Worm. HEX triplet: BB, F5 and 0D. RGB value is (187,245,13). Sum of RGB (Red+Green+Blue) = 187+245+13=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 13 (5.47% from 255 or 2.92% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF50D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF50D is #440AF2. Grayscale: #CACACA. Windows color (decimal): -4459251 or 914875. OLE color: 914875.
HSL color Cylindrical-coordinate representation of color #BBF50D: hue angle of 75º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF50D is Cyan = 0.24, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 13 | - |
| CMYK | 0.24 | 0 | 0.95 | 0.04 |
| HSL | 75º | 0.92% | 0.51% | - |
| HSV(B) | 75º | 0.95% | 0.96% | - |
| XYZ | 53.22 | 75.9 | 12.23 | - |
| YUV | 201.21 | 21.78 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 13 | 0.24 | 0 | 0.95 | 0.04 | 75 | 0.92 | 0.51 |
| Hex | BB | F5 | D | 18 | 0 | 5F | 4 | 4B | 5C | 33 |
| Octal | 273 | 365 | 15 | 30 | 0 | 137 | 4 | 113 | 134 | 63 |
| Binary | 10111011 | 11110101 | 1101 | 11000 | 0 | 1011111 | 100 | 1001011 | 1011100 | 110011 |
Color Harmonies of #BBF50D
Complementary color
Monochromatic Colors of #BBF50D
Black with #BBF50D
Text Example
Text Example
White with #BBF50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF50D; }
p { color: rgb(187,245,13); }
H1.HeaderClassName
{
color: #BBF50D;
}
.AnyTagClassName
{
color: #BBF50D;
}
</style>
background-color css
<style>
a { background-color: #BBF50D; }
a { background-color: rgb(187,245,13); }
div.DivClassName
{
background-color: #BBF50D;
}
.BgClassName
{
background-color: #BBF50D;
}
</style>
border-color css
<style>
span { border-color: #BBF50D; }
span { border-color: rgb(187,245,13); }
td.TdClassName
{
border-color: #BBF50D;
}
.TagClassName
{
border-color: #BBF50D;
}
</style>