Shades of Inch Worm #B8F413
Tints of Inch Worm #B8F413
RGB
CMYK
RGB Variations
Color information
#B8F413 (or 0xB8F413) is known color: Inch Worm. HEX triplet: B8, F4 and 13. RGB value is (184,244,19). Sum of RGB (Red+Green+Blue) = 184+244+19=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 19 (7.81% from 255 or 4.25% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #B8F413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8F413 is #470BEC. Grayscale: #C9C9C9. Windows color (decimal): -4656109 or 1307832. OLE color: 1307832.
HSL color Cylindrical-coordinate representation of color #B8F413: hue angle of 76º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8F413 is Cyan = 0.25, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 244 | 19 | - |
| CMYK | 0.25 | 0 | 0.92 | 0.04 |
| HSL | 76º | 0.91% | 0.52% | - |
| HSV(B) | 76º | 0.92% | 0.96% | - |
| XYZ | 52.24 | 74.94 | 12.33 | - |
| YUV | 200.41 | 25.62 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 244 | 19 | 0.25 | 0 | 0.92 | 0.04 | 76 | 0.91 | 0.52 |
| Hex | B8 | F4 | 13 | 19 | 0 | 5C | 4 | 4C | 5B | 34 |
| Octal | 270 | 364 | 23 | 31 | 0 | 134 | 4 | 114 | 133 | 64 |
| Binary | 10111000 | 11110100 | 10011 | 11001 | 0 | 1011100 | 100 | 1001100 | 1011011 | 110100 |
Color Harmonies of #B8F413
Complementary color
Monochromatic Colors of #B8F413
Black with #B8F413
Text Example
Text Example
White with #B8F413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F413; }
p { color: rgb(184,244,19); }
H1.HeaderClassName
{
color: #B8F413;
}
.AnyTagClassName
{
color: #B8F413;
}
</style>
background-color css
<style>
a { background-color: #B8F413; }
a { background-color: rgb(184,244,19); }
div.DivClassName
{
background-color: #B8F413;
}
.BgClassName
{
background-color: #B8F413;
}
</style>
border-color css
<style>
span { border-color: #B8F413; }
span { border-color: rgb(184,244,19); }
td.TdClassName
{
border-color: #B8F413;
}
.TagClassName
{
border-color: #B8F413;
}
</style>