Shades of Inch Worm #B8F318
Tints of Inch Worm #B8F318
RGB
CMYK
RGB Variations
Color information
#B8F318 (or 0xB8F318) is known color: Inch Worm. HEX triplet: B8, F3 and 18. RGB value is (184,243,24). Sum of RGB (Red+Green+Blue) = 184+243+24=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 24 (9.77% from 255 or 5.32% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F318 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F318 is #470CE7. Grayscale: #C9C9C9. Windows color (decimal): -4656360 or 1635256. OLE color: 1635256.
HSL color Cylindrical-coordinate representation of color #B8F318: hue angle of 76.16º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8F318 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 24 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.05 |
| HSL | 76.16º | 0.9% | 0.52% | - |
| HSV(B) | 76.16º | 0.9% | 0.95% | - |
| XYZ | 51.98 | 74.36 | 12.48 | - |
| YUV | 200.39 | 28.45 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 24 | 0.24 | 0 | 0.90 | 0.05 | 76.16 | 0.9 | 0.52 |
| Hex | B8 | F3 | 18 | 18 | 0 | 5A | 5 | 4C | 5A | 34 |
| Octal | 270 | 363 | 30 | 30 | 0 | 132 | 5 | 114 | 132 | 64 |
| Binary | 10111000 | 11110011 | 11000 | 11000 | 0 | 1011010 | 101 | 1001100 | 1011010 | 110100 |
Color Harmonies of #B8F318
Complementary color
Monochromatic Colors of #B8F318
Black with #B8F318
Text Example
Text Example
White with #B8F318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F318; }
p { color: rgb(184,243,24); }
H1.HeaderClassName
{
color: #B8F318;
}
.AnyTagClassName
{
color: #B8F318;
}
</style>
background-color css
<style>
a { background-color: #B8F318; }
a { background-color: rgb(184,243,24); }
div.DivClassName
{
background-color: #B8F318;
}
.BgClassName
{
background-color: #B8F318;
}
</style>
border-color css
<style>
span { border-color: #B8F318; }
span { border-color: rgb(184,243,24); }
td.TdClassName
{
border-color: #B8F318;
}
.TagClassName
{
border-color: #B8F318;
}
</style>