Shades of Inch Worm #BBF123
Tints of Inch Worm #BBF123
RGB
CMYK
RGB Variations
Color information
#BBF123 (or 0xBBF123) is known color: Inch Worm. HEX triplet: BB, F1 and 23. RGB value is (187,241,35). Sum of RGB (Red+Green+Blue) = 187+241+35=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 241 (94.53% from 255 or 52.05% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF123 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBF123 is #440EDC. Grayscale: #CACACA. Windows color (decimal): -4460253 or 2355643. OLE color: 2355643.
HSL color Cylindrical-coordinate representation of color #BBF123: hue angle of 75.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BBF123 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 35 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.05 |
| HSL | 75.73º | 0.88% | 0.54% | - |
| HSV(B) | 75.73º | 0.85% | 0.95% | - |
| XYZ | 52.25 | 73.6 | 13.04 | - |
| YUV | 201.37 | 34.11 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 35 | 0.22 | 0 | 0.85 | 0.05 | 75.73 | 0.88 | 0.54 |
| Hex | BB | F1 | 23 | 16 | 0 | 55 | 5 | 4C | 58 | 36 |
| Octal | 273 | 361 | 43 | 26 | 0 | 125 | 5 | 114 | 130 | 66 |
| Binary | 10111011 | 11110001 | 100011 | 10110 | 0 | 1010101 | 101 | 1001100 | 1011000 | 110110 |
Color Harmonies of #BBF123
Complementary color
Monochromatic Colors of #BBF123
Black with #BBF123
Text Example
Text Example
White with #BBF123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF123; }
p { color: rgb(187,241,35); }
H1.HeaderClassName
{
color: #BBF123;
}
.AnyTagClassName
{
color: #BBF123;
}
</style>
background-color css
<style>
a { background-color: #BBF123; }
a { background-color: rgb(187,241,35); }
div.DivClassName
{
background-color: #BBF123;
}
.BgClassName
{
background-color: #BBF123;
}
</style>
border-color css
<style>
span { border-color: #BBF123; }
span { border-color: rgb(187,241,35); }
td.TdClassName
{
border-color: #BBF123;
}
.TagClassName
{
border-color: #BBF123;
}
</style>