Shades of Inch Worm #B4D510
Tints of Inch Worm #B4D510
RGB
CMYK
RGB Variations
Color information
#B4D510 (or 0xB4D510) is known color: Inch Worm. HEX triplet: B4, D5 and 10. RGB value is (180,213,16). Sum of RGB (Red+Green+Blue) = 180+213+16=409 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.01% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D510 is #4B2AEF. Grayscale: #B5B5B5. Windows color (decimal): -4926192 or 1103284. OLE color: 1103284.
HSL color Cylindrical-coordinate representation of color #B4D510: hue angle of 70.05º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4D510 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.16 |
| HSL | 70.05º | 0.86% | 0.45% | - |
| HSV(B) | 70.05º | 0.92% | 0.84% | - |
| XYZ | 42.71 | 57.33 | 9.3 | - |
| YUV | 180.68 | 35.07 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 16 | 0.15 | 0 | 0.92 | 0.16 | 70.05 | 0.86 | 0.45 |
| Hex | B4 | D5 | 10 | F | 0 | 5C | 10 | 46 | 56 | 2D |
| Octal | 264 | 325 | 20 | 17 | 0 | 134 | 20 | 106 | 126 | 55 |
| Binary | 10110100 | 11010101 | 10000 | 1111 | 0 | 1011100 | 10000 | 1000110 | 1010110 | 101101 |
Color Harmonies of #B4D510
Complementary color
Monochromatic Colors of #B4D510
Black with #B4D510
Text Example
Text Example
White with #B4D510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D510; }
p { color: rgb(180,213,16); }
H1.HeaderClassName
{
color: #B4D510;
}
.AnyTagClassName
{
color: #B4D510;
}
</style>
background-color css
<style>
a { background-color: #B4D510; }
a { background-color: rgb(180,213,16); }
div.DivClassName
{
background-color: #B4D510;
}
.BgClassName
{
background-color: #B4D510;
}
</style>
border-color css
<style>
span { border-color: #B4D510; }
span { border-color: rgb(180,213,16); }
td.TdClassName
{
border-color: #B4D510;
}
.TagClassName
{
border-color: #B4D510;
}
</style>