Shades of Inch Worm #B5D602
Tints of Inch Worm #B5D602
RGB
CMYK
RGB Variations
Color information
#B5D602 (or 0xB5D602) is known color: Inch Worm. HEX triplet: B5, D6 and 02. RGB value is (181,214,2). Sum of RGB (Red+Green+Blue) = 181+214+2=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 2 (1.17% from 255 or 0.50% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #B5D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D602 is #4A29FD. Grayscale: #B4B4B4. Windows color (decimal): -4860414 or 186037. OLE color: 186037.
HSL color Cylindrical-coordinate representation of color #B5D602: hue angle of 69.34º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B5D602 is Cyan = 0.15, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 181 | 214 | 2 | - |
| CMYK | 0.15 | 0 | 0.99 | 0.16 |
| HSL | 69.34º | 0.98% | 0.42% | - |
| HSV(B) | 69.34º | 0.99% | 0.84% | - |
| XYZ | 43.11 | 57.92 | 8.97 | - |
| YUV | 179.97 | 27.57 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 214 | 2 | 0.15 | 0 | 0.99 | 0.16 | 69.34 | 0.98 | 0.42 |
| Hex | B5 | D6 | 2 | F | 0 | 63 | 10 | 45 | 62 | 2A |
| Octal | 265 | 326 | 2 | 17 | 0 | 143 | 20 | 105 | 142 | 52 |
| Binary | 10110101 | 11010110 | 10 | 1111 | 0 | 1100011 | 10000 | 1000101 | 1100010 | 101010 |
Color Harmonies of #B5D602
Complementary color
Monochromatic Colors of #B5D602
Black with #B5D602
Text Example
Text Example
White with #B5D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D602; }
p { color: rgb(181,214,2); }
H1.HeaderClassName
{
color: #B5D602;
}
.AnyTagClassName
{
color: #B5D602;
}
</style>
background-color css
<style>
a { background-color: #B5D602; }
a { background-color: rgb(181,214,2); }
div.DivClassName
{
background-color: #B5D602;
}
.BgClassName
{
background-color: #B5D602;
}
</style>
border-color css
<style>
span { border-color: #B5D602; }
span { border-color: rgb(181,214,2); }
td.TdClassName
{
border-color: #B5D602;
}
.TagClassName
{
border-color: #B5D602;
}
</style>