Shades of Inch Worm #BBF317
Tints of Inch Worm #BBF317
RGB
CMYK
RGB Variations
Color information
#BBF317 (or 0xBBF317) is known color: Inch Worm. HEX triplet: BB, F3 and 17. RGB value is (187,243,23). Sum of RGB (Red+Green+Blue) = 187+243+23=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF317 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BBF317 is #440CE8. Grayscale: #CACACA. Windows color (decimal): -4459753 or 1569723. OLE color: 1569723.
HSL color Cylindrical-coordinate representation of color #BBF317: hue angle of 75.27º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBF317 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 23 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.05 |
| HSL | 75.27º | 0.9% | 0.52% | - |
| HSV(B) | 75.27º | 0.91% | 0.95% | - |
| XYZ | 52.7 | 74.73 | 12.46 | - |
| YUV | 201.18 | 27.45 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 23 | 0.23 | 0 | 0.91 | 0.05 | 75.27 | 0.9 | 0.52 |
| Hex | BB | F3 | 17 | 17 | 0 | 5B | 5 | 4B | 5A | 34 |
| Octal | 273 | 363 | 27 | 27 | 0 | 133 | 5 | 113 | 132 | 64 |
| Binary | 10111011 | 11110011 | 10111 | 10111 | 0 | 1011011 | 101 | 1001011 | 1011010 | 110100 |
Color Harmonies of #BBF317
Complementary color
Monochromatic Colors of #BBF317
Black with #BBF317
Text Example
Text Example
White with #BBF317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF317; }
p { color: rgb(187,243,23); }
H1.HeaderClassName
{
color: #BBF317;
}
.AnyTagClassName
{
color: #BBF317;
}
</style>
background-color css
<style>
a { background-color: #BBF317; }
a { background-color: rgb(187,243,23); }
div.DivClassName
{
background-color: #BBF317;
}
.BgClassName
{
background-color: #BBF317;
}
</style>
border-color css
<style>
span { border-color: #BBF317; }
span { border-color: rgb(187,243,23); }
td.TdClassName
{
border-color: #BBF317;
}
.TagClassName
{
border-color: #BBF317;
}
</style>