Shades of Inch Worm #B4D408
Tints of Inch Worm #B4D408
RGB
CMYK
RGB Variations
Color information
#B4D408 (or 0xB4D408) is known color: Inch Worm. HEX triplet: B4, D4 and 08. RGB value is (180,212,8). Sum of RGB (Red+Green+Blue) = 180+212+8=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 212 (83.20% from 255 or 53% from 400); Blue value is 8 (3.52% from 255 or 2% from 400); Max value from RGB is 212 - color contains mainly: green. Hex color #B4D408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D408 is #4B2BF7. Grayscale: #B3B3B3. Windows color (decimal): -4926456 or 578740. OLE color: 578740.
HSL color Cylindrical-coordinate representation of color #B4D408: hue angle of 69.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4D408 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 180 | 212 | 8 | - |
| CMYK | 0.15 | 0 | 0.96 | 0.17 |
| HSL | 69.41º | 0.93% | 0.43% | - |
| HSV(B) | 69.41º | 0.96% | 0.83% | - |
| XYZ | 42.41 | 56.81 | 8.96 | - |
| YUV | 179.18 | 31.4 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 212 | 8 | 0.15 | 0 | 0.96 | 0.17 | 69.41 | 0.93 | 0.43 |
| Hex | B4 | D4 | 8 | F | 0 | 60 | 11 | 45 | 5D | 2B |
| Octal | 264 | 324 | 10 | 17 | 0 | 140 | 21 | 105 | 135 | 53 |
| Binary | 10110100 | 11010100 | 1000 | 1111 | 0 | 1100000 | 10001 | 1000101 | 1011101 | 101011 |
Color Harmonies of #B4D408
Complementary color
Monochromatic Colors of #B4D408
Black with #B4D408
Text Example
Text Example
White with #B4D408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D408; }
p { color: rgb(180,212,8); }
H1.HeaderClassName
{
color: #B4D408;
}
.AnyTagClassName
{
color: #B4D408;
}
</style>
background-color css
<style>
a { background-color: #B4D408; }
a { background-color: rgb(180,212,8); }
div.DivClassName
{
background-color: #B4D408;
}
.BgClassName
{
background-color: #B4D408;
}
</style>
border-color css
<style>
span { border-color: #B4D408; }
span { border-color: rgb(180,212,8); }
td.TdClassName
{
border-color: #B4D408;
}
.TagClassName
{
border-color: #B4D408;
}
</style>