Shades of Inch Worm #B4D513
Tints of Inch Worm #B4D513
RGB
CMYK
RGB Variations
Color information
#B4D513 (or 0xB4D513) is known color: Inch Worm. HEX triplet: B4, D5 and 13. RGB value is (180,213,19). Sum of RGB (Red+Green+Blue) = 180+213+19=412 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.69% from 412); Green value is 213 (83.59% from 255 or 51.70% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D513 is #4B2AEC. Grayscale: #B5B5B5. Windows color (decimal): -4926189 or 1299892. OLE color: 1299892.
HSL color Cylindrical-coordinate representation of color #B4D513: hue angle of 70.21º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4D513 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 19 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.16 |
| HSL | 70.21º | 0.84% | 0.45% | - |
| HSV(B) | 70.21º | 0.91% | 0.84% | - |
| XYZ | 42.73 | 57.34 | 9.43 | - |
| YUV | 181.02 | 36.57 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 19 | 0.15 | 0 | 0.91 | 0.16 | 70.21 | 0.84 | 0.45 |
| Hex | B4 | D5 | 13 | F | 0 | 5B | 10 | 46 | 54 | 2D |
| Octal | 264 | 325 | 23 | 17 | 0 | 133 | 20 | 106 | 124 | 55 |
| Binary | 10110100 | 11010101 | 10011 | 1111 | 0 | 1011011 | 10000 | 1000110 | 1010100 | 101101 |
Color Harmonies of #B4D513
Complementary color
Monochromatic Colors of #B4D513
Black with #B4D513
Text Example
Text Example
White with #B4D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D513; }
p { color: rgb(180,213,19); }
H1.HeaderClassName
{
color: #B4D513;
}
.AnyTagClassName
{
color: #B4D513;
}
</style>
background-color css
<style>
a { background-color: #B4D513; }
a { background-color: rgb(180,213,19); }
div.DivClassName
{
background-color: #B4D513;
}
.BgClassName
{
background-color: #B4D513;
}
</style>
border-color css
<style>
span { border-color: #B4D513; }
span { border-color: rgb(180,213,19); }
td.TdClassName
{
border-color: #B4D513;
}
.TagClassName
{
border-color: #B4D513;
}
</style>