Shades of Inch Worm #B4DF00
Tints of Inch Worm #B4DF00
RGB
CMYK
RGB Variations
Color information
#B4DF00 (or 0xB4DF00) is known color: Inch Worm. HEX triplet: B4, DF and 00. RGB value is (180,223,0). Sum of RGB (Red+Green+Blue) = 180+223+0=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 0 (0.39% from 255 or 0% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4DF00 is #4B20FF. Grayscale: #B9B9B9. Windows color (decimal): -4923648 or 57268. OLE color: 57268.
HSL color Cylindrical-coordinate representation of color #B4DF00: hue angle of 71.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B4DF00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 180 | 223 | 0 | - |
| CMYK | 0.19 | 0 | 1 | 0.13 |
| HSL | 71.57º | 1% | 0.44% | - |
| HSV(B) | 71.57º | 1% | 0.87% | - |
| XYZ | 45.21 | 62.48 | 9.68 | - |
| YUV | 184.72 | 23.75 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 223 | 0 | 0.19 | 0 | 1 | 0.13 | 71.57 | 1 | 0.44 |
| Hex | B4 | DF | 0 | 13 | 0 | 64 | D | 48 | 64 | 2C |
| Octal | 264 | 337 | 0 | 23 | 0 | 144 | 15 | 110 | 144 | 54 |
| Binary | 10110100 | 11011111 | 0 | 10011 | 0 | 1100100 | 1101 | 1001000 | 1100100 | 101100 |
Color Harmonies of #B4DF00
Complementary color
Monochromatic Colors of #B4DF00
Black with #B4DF00
Text Example
Text Example
White with #B4DF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DF00; }
p { color: rgb(180,223,0); }
H1.HeaderClassName
{
color: #B4DF00;
}
.AnyTagClassName
{
color: #B4DF00;
}
</style>
background-color css
<style>
a { background-color: #B4DF00; }
a { background-color: rgb(180,223,0); }
div.DivClassName
{
background-color: #B4DF00;
}
.BgClassName
{
background-color: #B4DF00;
}
</style>
border-color css
<style>
span { border-color: #B4DF00; }
span { border-color: rgb(180,223,0); }
td.TdClassName
{
border-color: #B4DF00;
}
.TagClassName
{
border-color: #B4DF00;
}
</style>