Shades of Inch Worm #B1DD27
Tints of Inch Worm #B1DD27
RGB
CMYK
RGB Variations
Color information
#B1DD27 (or 0xB1DD27) is known color: Inch Worm. HEX triplet: B1, DD and 27. RGB value is (177,221,39). Sum of RGB (Red+Green+Blue) = 177+221+39=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DD27 is #4E22D8. Grayscale: #BBBBBB. Windows color (decimal): -5120729 or 2612657. OLE color: 2612657.
HSL color Cylindrical-coordinate representation of color #B1DD27: hue angle of 74.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1DD27 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 39 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.13 |
| HSL | 74.51º | 0.73% | 0.51% | - |
| HSV(B) | 74.51º | 0.82% | 0.87% | - |
| XYZ | 44.35 | 61.21 | 11.4 | - |
| YUV | 187.1 | 44.42 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 39 | 0.20 | 0 | 0.82 | 0.13 | 74.51 | 0.73 | 0.51 |
| Hex | B1 | DD | 27 | 14 | 0 | 52 | D | 4B | 49 | 33 |
| Octal | 261 | 335 | 47 | 24 | 0 | 122 | 15 | 113 | 111 | 63 |
| Binary | 10110001 | 11011101 | 100111 | 10100 | 0 | 1010010 | 1101 | 1001011 | 1001001 | 110011 |
Color Harmonies of #B1DD27
Complementary color
Monochromatic Colors of #B1DD27
Black with #B1DD27
Text Example
Text Example
White with #B1DD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DD27; }
p { color: rgb(177,221,39); }
H1.HeaderClassName
{
color: #B1DD27;
}
.AnyTagClassName
{
color: #B1DD27;
}
</style>
background-color css
<style>
a { background-color: #B1DD27; }
a { background-color: rgb(177,221,39); }
div.DivClassName
{
background-color: #B1DD27;
}
.BgClassName
{
background-color: #B1DD27;
}
</style>
border-color css
<style>
span { border-color: #B1DD27; }
span { border-color: rgb(177,221,39); }
td.TdClassName
{
border-color: #B1DD27;
}
.TagClassName
{
border-color: #B1DD27;
}
</style>