Shades of Inch Worm #BBF51C
Tints of Inch Worm #BBF51C
RGB
CMYK
RGB Variations
Color information
#BBF51C (or 0xBBF51C) is known color: Inch Worm. HEX triplet: BB, F5 and 1C. RGB value is (187,245,28). Sum of RGB (Red+Green+Blue) = 187+245+28=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 245 (96.09% from 255 or 53.26% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF51C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF51C is #440AE3. Grayscale: #CBCBCB. Windows color (decimal): -4459236 or 1897915. OLE color: 1897915.
HSL color Cylindrical-coordinate representation of color #BBF51C: hue angle of 76.04º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBF51C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.04 |
| HSL | 76.04º | 0.92% | 0.54% | - |
| HSV(B) | 76.04º | 0.89% | 0.96% | - |
| XYZ | 53.36 | 75.95 | 12.95 | - |
| YUV | 202.92 | 29.28 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 28 | 0.24 | 0 | 0.89 | 0.04 | 76.04 | 0.92 | 0.54 |
| Hex | BB | F5 | 1C | 18 | 0 | 59 | 4 | 4C | 5C | 36 |
| Octal | 273 | 365 | 34 | 30 | 0 | 131 | 4 | 114 | 134 | 66 |
| Binary | 10111011 | 11110101 | 11100 | 11000 | 0 | 1011001 | 100 | 1001100 | 1011100 | 110110 |
Color Harmonies of #BBF51C
Complementary color
Monochromatic Colors of #BBF51C
Black with #BBF51C
Text Example
Text Example
White with #BBF51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF51C; }
p { color: rgb(187,245,28); }
H1.HeaderClassName
{
color: #BBF51C;
}
.AnyTagClassName
{
color: #BBF51C;
}
</style>
background-color css
<style>
a { background-color: #BBF51C; }
a { background-color: rgb(187,245,28); }
div.DivClassName
{
background-color: #BBF51C;
}
.BgClassName
{
background-color: #BBF51C;
}
</style>
border-color css
<style>
span { border-color: #BBF51C; }
span { border-color: rgb(187,245,28); }
td.TdClassName
{
border-color: #BBF51C;
}
.TagClassName
{
border-color: #BBF51C;
}
</style>