Shades of Inch Worm #BBF61C
Tints of Inch Worm #BBF61C
RGB
CMYK
RGB Variations
Color information
#BBF61C (or 0xBBF61C) is known color: Inch Worm. HEX triplet: BB, F6 and 1C. RGB value is (187,246,28). Sum of RGB (Red+Green+Blue) = 187+246+28=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 28 (11.33% from 255 or 6.07% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF61C is #4409E3. Grayscale: #CCCCCC. Windows color (decimal): -4458980 or 1898171. OLE color: 1898171.
HSL color Cylindrical-coordinate representation of color #BBF61C: hue angle of 76.24º 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 #BBF61C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.04 |
| HSL | 76.24º | 0.92% | 0.54% | - |
| HSV(B) | 76.24º | 0.89% | 0.96% | - |
| XYZ | 53.66 | 76.56 | 13.05 | - |
| YUV | 203.51 | 28.95 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 28 | 0.24 | 0 | 0.89 | 0.04 | 76.24 | 0.92 | 0.54 |
| Hex | BB | F6 | 1C | 18 | 0 | 59 | 4 | 4C | 5C | 36 |
| Octal | 273 | 366 | 34 | 30 | 0 | 131 | 4 | 114 | 134 | 66 |
| Binary | 10111011 | 11110110 | 11100 | 11000 | 0 | 1011001 | 100 | 1001100 | 1011100 | 110110 |
Color Harmonies of #BBF61C
Complementary color
Monochromatic Colors of #BBF61C
Black with #BBF61C
Text Example
Text Example
White with #BBF61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF61C; }
p { color: rgb(187,246,28); }
H1.HeaderClassName
{
color: #BBF61C;
}
.AnyTagClassName
{
color: #BBF61C;
}
</style>
background-color css
<style>
a { background-color: #BBF61C; }
a { background-color: rgb(187,246,28); }
div.DivClassName
{
background-color: #BBF61C;
}
.BgClassName
{
background-color: #BBF61C;
}
</style>
border-color css
<style>
span { border-color: #BBF61C; }
span { border-color: rgb(187,246,28); }
td.TdClassName
{
border-color: #BBF61C;
}
.TagClassName
{
border-color: #BBF61C;
}
</style>