Shades of Inch Worm #BBF319
Tints of Inch Worm #BBF319
RGB
CMYK
RGB Variations
Color information
#BBF319 (or 0xBBF319) is known color: Inch Worm. HEX triplet: BB, F3 and 19. RGB value is (187,243,25). Sum of RGB (Red+Green+Blue) = 187+243+25=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 25 (10.16% from 255 or 5.49% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF319 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF319 is #440CE6. Grayscale: #CACACA. Windows color (decimal): -4459751 or 1700795. OLE color: 1700795.
HSL color Cylindrical-coordinate representation of color #BBF319: hue angle of 75.41º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF319 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.05 |
| HSL | 75.41º | 0.9% | 0.53% | - |
| HSV(B) | 75.41º | 0.9% | 0.95% | - |
| XYZ | 52.72 | 74.74 | 12.57 | - |
| YUV | 201.4 | 28.45 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 25 | 0.23 | 0 | 0.90 | 0.05 | 75.41 | 0.9 | 0.53 |
| Hex | BB | F3 | 19 | 17 | 0 | 5A | 5 | 4B | 5A | 35 |
| Octal | 273 | 363 | 31 | 27 | 0 | 132 | 5 | 113 | 132 | 65 |
| Binary | 10111011 | 11110011 | 11001 | 10111 | 0 | 1011010 | 101 | 1001011 | 1011010 | 110101 |
Color Harmonies of #BBF319
Complementary color
Monochromatic Colors of #BBF319
Black with #BBF319
Text Example
Text Example
White with #BBF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF319; }
p { color: rgb(187,243,25); }
H1.HeaderClassName
{
color: #BBF319;
}
.AnyTagClassName
{
color: #BBF319;
}
</style>
background-color css
<style>
a { background-color: #BBF319; }
a { background-color: rgb(187,243,25); }
div.DivClassName
{
background-color: #BBF319;
}
.BgClassName
{
background-color: #BBF319;
}
</style>
border-color css
<style>
span { border-color: #BBF319; }
span { border-color: rgb(187,243,25); }
td.TdClassName
{
border-color: #BBF319;
}
.TagClassName
{
border-color: #BBF319;
}
</style>