Shades of Inch Worm #BBF21C
Tints of Inch Worm #BBF21C
RGB
CMYK
RGB Variations
Color information
#BBF21C (or 0xBBF21C) is known color: Inch Worm. HEX triplet: BB, F2 and 1C. RGB value is (187,242,28). Sum of RGB (Red+Green+Blue) = 187+242+28=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF21C is #440DE3. Grayscale: #C9C9C9. Windows color (decimal): -4460004 or 1897147. OLE color: 1897147.
HSL color Cylindrical-coordinate representation of color #BBF21C: hue angle of 75.42º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BBF21C is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 28 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.05 |
| HSL | 75.42º | 0.89% | 0.53% | - |
| HSV(B) | 75.42º | 0.88% | 0.95% | - |
| XYZ | 52.46 | 74.15 | 12.65 | - |
| YUV | 201.16 | 30.28 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 28 | 0.23 | 0 | 0.88 | 0.05 | 75.42 | 0.89 | 0.53 |
| Hex | BB | F2 | 1C | 17 | 0 | 58 | 5 | 4B | 59 | 35 |
| Octal | 273 | 362 | 34 | 27 | 0 | 130 | 5 | 113 | 131 | 65 |
| Binary | 10111011 | 11110010 | 11100 | 10111 | 0 | 1011000 | 101 | 1001011 | 1011001 | 110101 |
Color Harmonies of #BBF21C
Complementary color
Monochromatic Colors of #BBF21C
Black with #BBF21C
Text Example
Text Example
White with #BBF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF21C; }
p { color: rgb(187,242,28); }
H1.HeaderClassName
{
color: #BBF21C;
}
.AnyTagClassName
{
color: #BBF21C;
}
</style>
background-color css
<style>
a { background-color: #BBF21C; }
a { background-color: rgb(187,242,28); }
div.DivClassName
{
background-color: #BBF21C;
}
.BgClassName
{
background-color: #BBF21C;
}
</style>
border-color css
<style>
span { border-color: #BBF21C; }
span { border-color: rgb(187,242,28); }
td.TdClassName
{
border-color: #BBF21C;
}
.TagClassName
{
border-color: #BBF21C;
}
</style>