Shades of Inch Worm #BBF30C
Tints of Inch Worm #BBF30C
RGB
CMYK
RGB Variations
Color information
#BBF30C (or 0xBBF30C) is known color: Inch Worm. HEX triplet: BB, F3 and 0C. RGB value is (187,243,12). Sum of RGB (Red+Green+Blue) = 187+243+12=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF30C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF30C is #440CF3. Grayscale: #C8C8C8. Windows color (decimal): -4459764 or 848827. OLE color: 848827.
HSL color Cylindrical-coordinate representation of color #BBF30C: hue angle of 74.55º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBF30C is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 12 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.05 |
| HSL | 74.55º | 0.91% | 0.5% | - |
| HSV(B) | 74.55º | 0.95% | 0.95% | - |
| XYZ | 52.61 | 74.69 | 11.99 | - |
| YUV | 199.92 | 21.95 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 12 | 0.23 | 0 | 0.95 | 0.05 | 74.55 | 0.91 | 0.5 |
| Hex | BB | F3 | C | 17 | 0 | 5F | 5 | 4B | 5B | 32 |
| Octal | 273 | 363 | 14 | 27 | 0 | 137 | 5 | 113 | 133 | 62 |
| Binary | 10111011 | 11110011 | 1100 | 10111 | 0 | 1011111 | 101 | 1001011 | 1011011 | 110010 |
Color Harmonies of #BBF30C
Complementary color
Monochromatic Colors of #BBF30C
Black with #BBF30C
Text Example
Text Example
White with #BBF30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF30C; }
p { color: rgb(187,243,12); }
H1.HeaderClassName
{
color: #BBF30C;
}
.AnyTagClassName
{
color: #BBF30C;
}
</style>
background-color css
<style>
a { background-color: #BBF30C; }
a { background-color: rgb(187,243,12); }
div.DivClassName
{
background-color: #BBF30C;
}
.BgClassName
{
background-color: #BBF30C;
}
</style>
border-color css
<style>
span { border-color: #BBF30C; }
span { border-color: rgb(187,243,12); }
td.TdClassName
{
border-color: #BBF30C;
}
.TagClassName
{
border-color: #BBF30C;
}
</style>