Shades of Inch Worm #BBED0D
Tints of Inch Worm #BBED0D
RGB
CMYK
RGB Variations
Color information
#BBED0D (or 0xBBED0D) is known color: Inch Worm. HEX triplet: BB, ED and 0D. RGB value is (187,237,13). Sum of RGB (Red+Green+Blue) = 187+237+13=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 237 (92.97% from 255 or 54.23% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBED0D is #4412F2. Grayscale: #C5C5C5. Windows color (decimal): -4461299 or 912827. OLE color: 912827.
HSL color Cylindrical-coordinate representation of color #BBED0D: hue angle of 73.39º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBED0D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.07 |
| HSL | 73.39º | 0.9% | 0.49% | - |
| HSV(B) | 73.39º | 0.95% | 0.93% | - |
| XYZ | 50.85 | 71.16 | 11.44 | - |
| YUV | 196.51 | 24.44 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 13 | 0.21 | 0 | 0.95 | 0.07 | 73.39 | 0.9 | 0.49 |
| Hex | BB | ED | D | 15 | 0 | 5F | 7 | 49 | 5A | 31 |
| Octal | 273 | 355 | 15 | 25 | 0 | 137 | 7 | 111 | 132 | 61 |
| Binary | 10111011 | 11101101 | 1101 | 10101 | 0 | 1011111 | 111 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BBED0D
Complementary color
Monochromatic Colors of #BBED0D
Black with #BBED0D
Text Example
Text Example
White with #BBED0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED0D; }
p { color: rgb(187,237,13); }
H1.HeaderClassName
{
color: #BBED0D;
}
.AnyTagClassName
{
color: #BBED0D;
}
</style>
background-color css
<style>
a { background-color: #BBED0D; }
a { background-color: rgb(187,237,13); }
div.DivClassName
{
background-color: #BBED0D;
}
.BgClassName
{
background-color: #BBED0D;
}
</style>
border-color css
<style>
span { border-color: #BBED0D; }
span { border-color: rgb(187,237,13); }
td.TdClassName
{
border-color: #BBED0D;
}
.TagClassName
{
border-color: #BBED0D;
}
</style>