Shades of Inch Worm #B5D603
Tints of Inch Worm #B5D603
RGB
CMYK
RGB Variations
Color information
#B5D603 (or 0xB5D603) is known color: Inch Worm. HEX triplet: B5, D6 and 03. RGB value is (181,214,3). Sum of RGB (Red+Green+Blue) = 181+214+3=398 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.48% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 3 (1.56% from 255 or 0.75% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D603 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D603 is #4A29FC. Grayscale: #B4B4B4. Windows color (decimal): -4860413 or 251573. OLE color: 251573.
HSL color Cylindrical-coordinate representation of color #B5D603: hue angle of 69.38º 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 #B5D603 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 3 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.16 |
| HSL | 69.38º | 0.97% | 0.43% | - |
| HSV(B) | 69.38º | 0.99% | 0.84% | - |
| XYZ | 43.12 | 57.92 | 8.99 | - |
| YUV | 180.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 3 | 0.15 | 0 | 0.99 | 0.16 | 69.38 | 0.97 | 0.43 |
| Hex | B5 | D6 | 3 | F | 0 | 63 | 10 | 45 | 61 | 2B |
| Octal | 265 | 326 | 3 | 17 | 0 | 143 | 20 | 105 | 141 | 53 |
| Binary | 10110101 | 11010110 | 11 | 1111 | 0 | 1100011 | 10000 | 1000101 | 1100001 | 101011 |
Color Harmonies of #B5D603
Complementary color
Monochromatic Colors of #B5D603
Black with #B5D603
Text Example
Text Example
White with #B5D603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D603; }
p { color: rgb(181,214,3); }
H1.HeaderClassName
{
color: #B5D603;
}
.AnyTagClassName
{
color: #B5D603;
}
</style>
background-color css
<style>
a { background-color: #B5D603; }
a { background-color: rgb(181,214,3); }
div.DivClassName
{
background-color: #B5D603;
}
.BgClassName
{
background-color: #B5D603;
}
</style>
border-color css
<style>
span { border-color: #B5D603; }
span { border-color: rgb(181,214,3); }
td.TdClassName
{
border-color: #B5D603;
}
.TagClassName
{
border-color: #B5D603;
}
</style>