Shades of Inch Worm #B8F31D
Tints of Inch Worm #B8F31D
RGB
CMYK
RGB Variations
Color information
#B8F31D (or 0xB8F31D) is known color: Inch Worm. HEX triplet: B8, F3 and 1D. RGB value is (184,243,29). Sum of RGB (Red+Green+Blue) = 184+243+29=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #B8F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B8F31D is #470CE2. Grayscale: #C9C9C9. Windows color (decimal): -4656355 or 1962936. OLE color: 1962936.
HSL color Cylindrical-coordinate representation of color #B8F31D: hue angle of 76.54º 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 #B8F31D is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 243 | 29 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.05 |
| HSL | 76.54º | 0.9% | 0.53% | - |
| HSV(B) | 76.54º | 0.88% | 0.95% | - |
| XYZ | 52.04 | 74.38 | 12.78 | - |
| YUV | 200.96 | 30.95 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 243 | 29 | 0.24 | 0 | 0.88 | 0.05 | 76.54 | 0.9 | 0.53 |
| Hex | B8 | F3 | 1D | 18 | 0 | 58 | 5 | 4D | 5A | 35 |
| Octal | 270 | 363 | 35 | 30 | 0 | 130 | 5 | 115 | 132 | 65 |
| Binary | 10111000 | 11110011 | 11101 | 11000 | 0 | 1011000 | 101 | 1001101 | 1011010 | 110101 |
Color Harmonies of #B8F31D
Complementary color
Monochromatic Colors of #B8F31D
Black with #B8F31D
Text Example
Text Example
White with #B8F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F31D; }
p { color: rgb(184,243,29); }
H1.HeaderClassName
{
color: #B8F31D;
}
.AnyTagClassName
{
color: #B8F31D;
}
</style>
background-color css
<style>
a { background-color: #B8F31D; }
a { background-color: rgb(184,243,29); }
div.DivClassName
{
background-color: #B8F31D;
}
.BgClassName
{
background-color: #B8F31D;
}
</style>
border-color css
<style>
span { border-color: #B8F31D; }
span { border-color: rgb(184,243,29); }
td.TdClassName
{
border-color: #B8F31D;
}
.TagClassName
{
border-color: #B8F31D;
}
</style>