Shades of Inch Worm #B8D600
Tints of Inch Worm #B8D600
RGB
CMYK
RGB Variations
Color information
#B8D600 (or 0xB8D600) is known color: Inch Worm. HEX triplet: B8, D6 and 00. RGB value is (184,214,0). Sum of RGB (Red+Green+Blue) = 184+214+0=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8D600 is #4729FF. Grayscale: #B5B5B5. Windows color (decimal): -4663808 or 54968. OLE color: 54968.
HSL color Cylindrical-coordinate representation of color #B8D600: hue angle of 68.41º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8D600 is Cyan = 0.14, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 184 | 214 | 0 | - |
| CMYK | 0.14 | 0 | 1 | 0.16 |
| HSL | 68.41º | 1% | 0.42% | - |
| HSV(B) | 68.41º | 1% | 0.84% | - |
| XYZ | 43.81 | 58.28 | 8.94 | - |
| YUV | 180.63 | 26.06 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 214 | 0 | 0.14 | 0 | 1 | 0.16 | 68.41 | 1 | 0.42 |
| Hex | B8 | D6 | 0 | E | 0 | 64 | 10 | 44 | 64 | 2A |
| Octal | 270 | 326 | 0 | 16 | 0 | 144 | 20 | 104 | 144 | 52 |
| Binary | 10111000 | 11010110 | 0 | 1110 | 0 | 1100100 | 10000 | 1000100 | 1100100 | 101010 |
Color Harmonies of #B8D600
Complementary color
Monochromatic Colors of #B8D600
Black with #B8D600
Text Example
Text Example
White with #B8D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8D600; }
p { color: rgb(184,214,0); }
H1.HeaderClassName
{
color: #B8D600;
}
.AnyTagClassName
{
color: #B8D600;
}
</style>
background-color css
<style>
a { background-color: #B8D600; }
a { background-color: rgb(184,214,0); }
div.DivClassName
{
background-color: #B8D600;
}
.BgClassName
{
background-color: #B8D600;
}
</style>
border-color css
<style>
span { border-color: #B8D600; }
span { border-color: rgb(184,214,0); }
td.TdClassName
{
border-color: #B8D600;
}
.TagClassName
{
border-color: #B8D600;
}
</style>