Shades of Inch Worm #B1DC27
Tints of Inch Worm #B1DC27
RGB
CMYK
RGB Variations
Color information
#B1DC27 (or 0xB1DC27) is known color: Inch Worm. HEX triplet: B1, DC and 27. RGB value is (177,220,39). Sum of RGB (Red+Green+Blue) = 177+220+39=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 39 (15.62% from 255 or 8.94% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC27 is #4E23D8. Grayscale: #BBBBBB. Windows color (decimal): -5120985 or 2612401. OLE color: 2612401.
HSL color Cylindrical-coordinate representation of color #B1DC27: hue angle of 74.25º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1DC27 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 220 | 39 | - |
| CMYK | 0.20 | 0 | 0.82 | 0.14 |
| HSL | 74.25º | 0.72% | 0.51% | - |
| HSV(B) | 74.25º | 0.82% | 0.86% | - |
| XYZ | 44.09 | 60.68 | 11.31 | - |
| YUV | 186.51 | 44.75 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 220 | 39 | 0.20 | 0 | 0.82 | 0.14 | 74.25 | 0.72 | 0.51 |
| Hex | B1 | DC | 27 | 14 | 0 | 52 | E | 4A | 48 | 33 |
| Octal | 261 | 334 | 47 | 24 | 0 | 122 | 16 | 112 | 110 | 63 |
| Binary | 10110001 | 11011100 | 100111 | 10100 | 0 | 1010010 | 1110 | 1001010 | 1001000 | 110011 |
Color Harmonies of #B1DC27
Complementary color
Monochromatic Colors of #B1DC27
Black with #B1DC27
Text Example
Text Example
White with #B1DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DC27; }
p { color: rgb(177,220,39); }
H1.HeaderClassName
{
color: #B1DC27;
}
.AnyTagClassName
{
color: #B1DC27;
}
</style>
background-color css
<style>
a { background-color: #B1DC27; }
a { background-color: rgb(177,220,39); }
div.DivClassName
{
background-color: #B1DC27;
}
.BgClassName
{
background-color: #B1DC27;
}
</style>
border-color css
<style>
span { border-color: #B1DC27; }
span { border-color: rgb(177,220,39); }
td.TdClassName
{
border-color: #B1DC27;
}
.TagClassName
{
border-color: #B1DC27;
}
</style>