Shades of Inch Worm #B4D603
Tints of Inch Worm #B4D603
RGB
CMYK
RGB Variations
Color information
#B4D603 (or 0xB4D603) is known color: Inch Worm. HEX triplet: B4, D6 and 03. RGB value is (180,214,3). Sum of RGB (Red+Green+Blue) = 180+214+3=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4D603 is #4B29FC. Grayscale: #B4B4B4. Windows color (decimal): -4925949 or 251572. OLE color: 251572.
HSL color Cylindrical-coordinate representation of color #B4D603: hue angle of 69.67º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B4D603 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.16 |
| HSL | 69.67º | 0.97% | 0.43% | - |
| HSV(B) | 69.67º | 0.99% | 0.84% | - |
| XYZ | 42.89 | 57.8 | 8.98 | - |
| YUV | 179.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 3 | 0.16 | 0 | 0.99 | 0.16 | 69.67 | 0.97 | 0.43 |
| Hex | B4 | D6 | 3 | 10 | 0 | 63 | 10 | 46 | 61 | 2B |
| Octal | 264 | 326 | 3 | 20 | 0 | 143 | 20 | 106 | 141 | 53 |
| Binary | 10110100 | 11010110 | 11 | 10000 | 0 | 1100011 | 10000 | 1000110 | 1100001 | 101011 |
Color Harmonies of #B4D603
Complementary color
Monochromatic Colors of #B4D603
Black with #B4D603
Text Example
Text Example
White with #B4D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D603; }
p { color: rgb(180,214,3); }
H1.HeaderClassName
{
color: #B4D603;
}
.AnyTagClassName
{
color: #B4D603;
}
</style>
background-color css
<style>
a { background-color: #B4D603; }
a { background-color: rgb(180,214,3); }
div.DivClassName
{
background-color: #B4D603;
}
.BgClassName
{
background-color: #B4D603;
}
</style>
border-color css
<style>
span { border-color: #B4D603; }
span { border-color: rgb(180,214,3); }
td.TdClassName
{
border-color: #B4D603;
}
.TagClassName
{
border-color: #B4D603;
}
</style>