Shades of Inch Worm #B4D512
Tints of Inch Worm #B4D512
RGB
CMYK
RGB Variations
Color information
#B4D512 (or 0xB4D512) is known color: Inch Worm. HEX triplet: B4, D5 and 12. RGB value is (180,213,18). Sum of RGB (Red+Green+Blue) = 180+213+18=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 213 (83.59% from 255 or 51.82% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D512 is #4B2AED. Grayscale: #B5B5B5. Windows color (decimal): -4926190 or 1234356. OLE color: 1234356.
HSL color Cylindrical-coordinate representation of color #B4D512: hue angle of 70.15º degrees, saturation: 0.84, 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 #B4D512 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 18 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.16 |
| HSL | 70.15º | 0.84% | 0.45% | - |
| HSV(B) | 70.15º | 0.92% | 0.84% | - |
| XYZ | 42.73 | 57.34 | 9.39 | - |
| YUV | 180.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 18 | 0.15 | 0 | 0.92 | 0.16 | 70.15 | 0.84 | 0.45 |
| Hex | B4 | D5 | 12 | F | 0 | 5C | 10 | 46 | 54 | 2D |
| Octal | 264 | 325 | 22 | 17 | 0 | 134 | 20 | 106 | 124 | 55 |
| Binary | 10110100 | 11010101 | 10010 | 1111 | 0 | 1011100 | 10000 | 1000110 | 1010100 | 101101 |
Color Harmonies of #B4D512
Complementary color
Monochromatic Colors of #B4D512
Black with #B4D512
Text Example
Text Example
White with #B4D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D512; }
p { color: rgb(180,213,18); }
H1.HeaderClassName
{
color: #B4D512;
}
.AnyTagClassName
{
color: #B4D512;
}
</style>
background-color css
<style>
a { background-color: #B4D512; }
a { background-color: rgb(180,213,18); }
div.DivClassName
{
background-color: #B4D512;
}
.BgClassName
{
background-color: #B4D512;
}
</style>
border-color css
<style>
span { border-color: #B4D512; }
span { border-color: rgb(180,213,18); }
td.TdClassName
{
border-color: #B4D512;
}
.TagClassName
{
border-color: #B4D512;
}
</style>