Shades of Inch Worm #BBED28
Tints of Inch Worm #BBED28
RGB
CMYK
RGB Variations
Color information
#BBED28 (or 0xBBED28) is known color: Inch Worm. HEX triplet: BB, ED and 28. RGB value is (187,237,40). Sum of RGB (Red+Green+Blue) = 187+237+40=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 237 (92.97% from 255 or 51.08% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 237 - color contains mainly: green. Hex color #BBED28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBED28 is #4412D7. Grayscale: #C8C8C8. Windows color (decimal): -4461272 or 2682299. OLE color: 2682299.
HSL color Cylindrical-coordinate representation of color #BBED28: hue angle of 75.23º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BBED28 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 237 | 40 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.07 |
| HSL | 75.23º | 0.85% | 0.54% | - |
| HSV(B) | 75.23º | 0.83% | 0.93% | - |
| XYZ | 51.16 | 71.29 | 13.07 | - |
| YUV | 199.59 | 37.94 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 237 | 40 | 0.21 | 0 | 0.83 | 0.07 | 75.23 | 0.85 | 0.54 |
| Hex | BB | ED | 28 | 15 | 0 | 53 | 7 | 4B | 55 | 36 |
| Octal | 273 | 355 | 50 | 25 | 0 | 123 | 7 | 113 | 125 | 66 |
| Binary | 10111011 | 11101101 | 101000 | 10101 | 0 | 1010011 | 111 | 1001011 | 1010101 | 110110 |
Color Harmonies of #BBED28
Complementary color
Monochromatic Colors of #BBED28
Black with #BBED28
Text Example
Text Example
White with #BBED28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBED28; }
p { color: rgb(187,237,40); }
H1.HeaderClassName
{
color: #BBED28;
}
.AnyTagClassName
{
color: #BBED28;
}
</style>
background-color css
<style>
a { background-color: #BBED28; }
a { background-color: rgb(187,237,40); }
div.DivClassName
{
background-color: #BBED28;
}
.BgClassName
{
background-color: #BBED28;
}
</style>
border-color css
<style>
span { border-color: #BBED28; }
span { border-color: rgb(187,237,40); }
td.TdClassName
{
border-color: #BBED28;
}
.TagClassName
{
border-color: #BBED28;
}
</style>