Shades of Inch Worm #B8DA00
Tints of Inch Worm #B8DA00
RGB
CMYK
RGB Variations
Color information
#B8DA00 (or 0xB8DA00) is known color: Inch Worm. HEX triplet: B8, DA and 00. RGB value is (184,218,0). Sum of RGB (Red+Green+Blue) = 184+218+0=402 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.77% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B8DA00 is #4725FF. Grayscale: #B7B7B7. Windows color (decimal): -4662784 or 55992. OLE color: 55992.
HSL color Cylindrical-coordinate representation of color #B8DA00: hue angle of 69.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B8DA00 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.15 |
| HSL | 69.36º | 1% | 0.43% | - |
| HSV(B) | 69.36º | 1% | 0.85% | - |
| XYZ | 44.84 | 60.33 | 9.28 | - |
| YUV | 182.98 | 24.74 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 0 | 0.16 | 0 | 1 | 0.15 | 69.36 | 1 | 0.43 |
| Hex | B8 | DA | 0 | 10 | 0 | 64 | F | 45 | 64 | 2B |
| Octal | 270 | 332 | 0 | 20 | 0 | 144 | 17 | 105 | 144 | 53 |
| Binary | 10111000 | 11011010 | 0 | 10000 | 0 | 1100100 | 1111 | 1000101 | 1100100 | 101011 |
Color Harmonies of #B8DA00
Complementary color
Monochromatic Colors of #B8DA00
Black with #B8DA00
Text Example
Text Example
White with #B8DA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DA00; }
p { color: rgb(184,218,0); }
H1.HeaderClassName
{
color: #B8DA00;
}
.AnyTagClassName
{
color: #B8DA00;
}
</style>
background-color css
<style>
a { background-color: #B8DA00; }
a { background-color: rgb(184,218,0); }
div.DivClassName
{
background-color: #B8DA00;
}
.BgClassName
{
background-color: #B8DA00;
}
</style>
border-color css
<style>
span { border-color: #B8DA00; }
span { border-color: rgb(184,218,0); }
td.TdClassName
{
border-color: #B8DA00;
}
.TagClassName
{
border-color: #B8DA00;
}
</style>