Shades of Inch Worm #BBE31E
Tints of Inch Worm #BBE31E
RGB
CMYK
RGB Variations
Color information
#BBE31E (or 0xBBE31E) is known color: Inch Worm. HEX triplet: BB, E3 and 1E. RGB value is (187,227,30). Sum of RGB (Red+Green+Blue) = 187+227+30=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBE31E is #441CE1. Grayscale: #C1C1C1. Windows color (decimal): -4463842 or 2024379. OLE color: 2024379.
HSL color Cylindrical-coordinate representation of color #BBE31E: hue angle of 72.18º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBE31E is Cyan = 0.18, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 227 | 30 | - |
| CMYK | 0.18 | 0 | 0.87 | 0.11 |
| HSL | 72.18º | 0.78% | 0.5% | - |
| HSV(B) | 72.18º | 0.87% | 0.89% | - |
| XYZ | 48.2 | 65.6 | 11.35 | - |
| YUV | 192.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 30 | 0.18 | 0 | 0.87 | 0.11 | 72.18 | 0.78 | 0.5 |
| Hex | BB | E3 | 1E | 12 | 0 | 57 | B | 48 | 4E | 32 |
| Octal | 273 | 343 | 36 | 22 | 0 | 127 | 13 | 110 | 116 | 62 |
| Binary | 10111011 | 11100011 | 11110 | 10010 | 0 | 1010111 | 1011 | 1001000 | 1001110 | 110010 |
Color Harmonies of #BBE31E
Complementary color
Monochromatic Colors of #BBE31E
Black with #BBE31E
Text Example
Text Example
White with #BBE31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE31E; }
p { color: rgb(187,227,30); }
H1.HeaderClassName
{
color: #BBE31E;
}
.AnyTagClassName
{
color: #BBE31E;
}
</style>
background-color css
<style>
a { background-color: #BBE31E; }
a { background-color: rgb(187,227,30); }
div.DivClassName
{
background-color: #BBE31E;
}
.BgClassName
{
background-color: #BBE31E;
}
</style>
border-color css
<style>
span { border-color: #BBE31E; }
span { border-color: rgb(187,227,30); }
td.TdClassName
{
border-color: #BBE31E;
}
.TagClassName
{
border-color: #BBE31E;
}
</style>