Shades of Inch Worm #B9F31C
Tints of Inch Worm #B9F31C
RGB
CMYK
RGB Variations
Color information
#B9F31C (or 0xB9F31C) is known color: Inch Worm. HEX triplet: B9, F3 and 1C. RGB value is (185,243,28). Sum of RGB (Red+Green+Blue) = 185+243+28=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 28 (11.33% from 255 or 6.14% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #B9F31C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9F31C is #460CE3. Grayscale: #C9C9C9. Windows color (decimal): -4590820 or 1897401. OLE color: 1897401.
HSL color Cylindrical-coordinate representation of color #B9F31C: hue angle of 76.19º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B9F31C is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 243 | 28 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.05 |
| HSL | 76.19º | 0.9% | 0.53% | - |
| HSV(B) | 76.19º | 0.88% | 0.95% | - |
| XYZ | 52.27 | 74.5 | 12.72 | - |
| YUV | 201.15 | 30.28 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 243 | 28 | 0.24 | 0 | 0.88 | 0.05 | 76.19 | 0.9 | 0.53 |
| Hex | B9 | F3 | 1C | 18 | 0 | 58 | 5 | 4C | 5A | 35 |
| Octal | 271 | 363 | 34 | 30 | 0 | 130 | 5 | 114 | 132 | 65 |
| Binary | 10111001 | 11110011 | 11100 | 11000 | 0 | 1011000 | 101 | 1001100 | 1011010 | 110101 |
Color Harmonies of #B9F31C
Complementary color
Monochromatic Colors of #B9F31C
Black with #B9F31C
Text Example
Text Example
White with #B9F31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9F31C; }
p { color: rgb(185,243,28); }
H1.HeaderClassName
{
color: #B9F31C;
}
.AnyTagClassName
{
color: #B9F31C;
}
</style>
background-color css
<style>
a { background-color: #B9F31C; }
a { background-color: rgb(185,243,28); }
div.DivClassName
{
background-color: #B9F31C;
}
.BgClassName
{
background-color: #B9F31C;
}
</style>
border-color css
<style>
span { border-color: #B9F31C; }
span { border-color: rgb(185,243,28); }
td.TdClassName
{
border-color: #B9F31C;
}
.TagClassName
{
border-color: #B9F31C;
}
</style>