Shades of Inch Worm #BBF618
Tints of Inch Worm #BBF618
RGB
CMYK
RGB Variations
Color information
#BBF618 (or 0xBBF618) is known color: Inch Worm. HEX triplet: BB, F6 and 18. RGB value is (187,246,24). Sum of RGB (Red+Green+Blue) = 187+246+24=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 246 (96.48% from 255 or 53.83% from 457); Blue value is 24 (9.77% from 255 or 5.25% from 457); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF618 is #4409E7. Grayscale: #CBCBCB. Windows color (decimal): -4458984 or 1636027. OLE color: 1636027.
HSL color Cylindrical-coordinate representation of color #BBF618: hue angle of 75.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBF618 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 24 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.04 |
| HSL | 75.95º | 0.93% | 0.53% | - |
| HSV(B) | 75.95º | 0.9% | 0.96% | - |
| XYZ | 53.61 | 76.54 | 12.81 | - |
| YUV | 203.05 | 26.95 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 24 | 0.24 | 0 | 0.90 | 0.04 | 75.95 | 0.93 | 0.53 |
| Hex | BB | F6 | 18 | 18 | 0 | 5A | 4 | 4C | 5C | 35 |
| Octal | 273 | 366 | 30 | 30 | 0 | 132 | 4 | 114 | 134 | 65 |
| Binary | 10111011 | 11110110 | 11000 | 11000 | 0 | 1011010 | 100 | 1001100 | 1011100 | 110101 |
Color Harmonies of #BBF618
Complementary color
Monochromatic Colors of #BBF618
Black with #BBF618
Text Example
Text Example
White with #BBF618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF618; }
p { color: rgb(187,246,24); }
H1.HeaderClassName
{
color: #BBF618;
}
.AnyTagClassName
{
color: #BBF618;
}
</style>
background-color css
<style>
a { background-color: #BBF618; }
a { background-color: rgb(187,246,24); }
div.DivClassName
{
background-color: #BBF618;
}
.BgClassName
{
background-color: #BBF618;
}
</style>
border-color css
<style>
span { border-color: #BBF618; }
span { border-color: rgb(187,246,24); }
td.TdClassName
{
border-color: #BBF618;
}
.TagClassName
{
border-color: #BBF618;
}
</style>