Shades of Inch Worm #BBEF0D
Tints of Inch Worm #BBEF0D
RGB
CMYK
RGB Variations
Color information
#BBEF0D (or 0xBBEF0D) is known color: Inch Worm. HEX triplet: BB, EF and 0D. RGB value is (187,239,13). Sum of RGB (Red+Green+Blue) = 187+239+13=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 13 (5.47% from 255 or 2.96% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEF0D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBEF0D is #4410F2. Grayscale: #C6C6C6. Windows color (decimal): -4460787 or 913339. OLE color: 913339.
HSL color Cylindrical-coordinate representation of color #BBEF0D: hue angle of 73.81º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBEF0D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.06 |
| HSL | 73.81º | 0.9% | 0.49% | - |
| HSV(B) | 73.81º | 0.95% | 0.94% | - |
| XYZ | 51.43 | 72.33 | 11.63 | - |
| YUV | 197.69 | 23.77 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 13 | 0.22 | 0 | 0.95 | 0.06 | 73.81 | 0.9 | 0.49 |
| Hex | BB | EF | D | 16 | 0 | 5F | 6 | 4A | 5A | 31 |
| Octal | 273 | 357 | 15 | 26 | 0 | 137 | 6 | 112 | 132 | 61 |
| Binary | 10111011 | 11101111 | 1101 | 10110 | 0 | 1011111 | 110 | 1001010 | 1011010 | 110001 |
Color Harmonies of #BBEF0D
Complementary color
Monochromatic Colors of #BBEF0D
Black with #BBEF0D
Text Example
Text Example
White with #BBEF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEF0D; }
p { color: rgb(187,239,13); }
H1.HeaderClassName
{
color: #BBEF0D;
}
.AnyTagClassName
{
color: #BBEF0D;
}
</style>
background-color css
<style>
a { background-color: #BBEF0D; }
a { background-color: rgb(187,239,13); }
div.DivClassName
{
background-color: #BBEF0D;
}
.BgClassName
{
background-color: #BBEF0D;
}
</style>
border-color css
<style>
span { border-color: #BBEF0D; }
span { border-color: rgb(187,239,13); }
td.TdClassName
{
border-color: #BBEF0D;
}
.TagClassName
{
border-color: #BBEF0D;
}
</style>