Shades of Inch Worm #BBF31D
Tints of Inch Worm #BBF31D
RGB
CMYK
RGB Variations
Color information
#BBF31D (or 0xBBF31D) is known color: Inch Worm. HEX triplet: BB, F3 and 1D. RGB value is (187,243,29). Sum of RGB (Red+Green+Blue) = 187+243+29=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 243 (95.31% from 255 or 52.94% from 459); Blue value is 29 (11.72% from 255 or 6.32% from 459); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF31D is #440CE2. Grayscale: #CACACA. Windows color (decimal): -4459747 or 1962939. OLE color: 1962939.
HSL color Cylindrical-coordinate representation of color #BBF31D: hue angle of 75.7º degrees, saturation: 0.9, 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 #BBF31D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 29 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.05 |
| HSL | 75.7º | 0.9% | 0.53% | - |
| HSV(B) | 75.7º | 0.88% | 0.95% | - |
| XYZ | 52.77 | 74.75 | 12.81 | - |
| YUV | 201.86 | 30.45 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 29 | 0.23 | 0 | 0.88 | 0.05 | 75.7 | 0.9 | 0.53 |
| Hex | BB | F3 | 1D | 17 | 0 | 58 | 5 | 4C | 5A | 35 |
| Octal | 273 | 363 | 35 | 27 | 0 | 130 | 5 | 114 | 132 | 65 |
| Binary | 10111011 | 11110011 | 11101 | 10111 | 0 | 1011000 | 101 | 1001100 | 1011010 | 110101 |
Color Harmonies of #BBF31D
Complementary color
Monochromatic Colors of #BBF31D
Black with #BBF31D
Text Example
Text Example
White with #BBF31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF31D; }
p { color: rgb(187,243,29); }
H1.HeaderClassName
{
color: #BBF31D;
}
.AnyTagClassName
{
color: #BBF31D;
}
</style>
background-color css
<style>
a { background-color: #BBF31D; }
a { background-color: rgb(187,243,29); }
div.DivClassName
{
background-color: #BBF31D;
}
.BgClassName
{
background-color: #BBF31D;
}
</style>
border-color css
<style>
span { border-color: #BBF31D; }
span { border-color: rgb(187,243,29); }
td.TdClassName
{
border-color: #BBF31D;
}
.TagClassName
{
border-color: #BBF31D;
}
</style>