Shades of Inch Worm #B1DF12
Tints of Inch Worm #B1DF12
RGB
CMYK
RGB Variations
Color information
#B1DF12 (or 0xB1DF12) is known color: Inch Worm. HEX triplet: B1, DF and 12. RGB value is (177,223,18). Sum of RGB (Red+Green+Blue) = 177+223+18=418 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.34% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 18 (7.42% from 255 or 4.31% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DF12 is #4E20ED. Grayscale: #BABABA. Windows color (decimal): -5120238 or 1236913. OLE color: 1236913.
HSL color Cylindrical-coordinate representation of color #B1DF12: hue angle of 73.46º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1DF12 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 223 | 18 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.13 |
| HSL | 73.46º | 0.85% | 0.47% | - |
| HSV(B) | 73.46º | 0.92% | 0.87% | - |
| XYZ | 44.63 | 62.17 | 10.22 | - |
| YUV | 185.88 | 33.26 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 223 | 18 | 0.21 | 0 | 0.92 | 0.13 | 73.46 | 0.85 | 0.47 |
| Hex | B1 | DF | 12 | 15 | 0 | 5C | D | 49 | 55 | 2F |
| Octal | 261 | 337 | 22 | 25 | 0 | 134 | 15 | 111 | 125 | 57 |
| Binary | 10110001 | 11011111 | 10010 | 10101 | 0 | 1011100 | 1101 | 1001001 | 1010101 | 101111 |
Color Harmonies of #B1DF12
Complementary color
Monochromatic Colors of #B1DF12
Black with #B1DF12
Text Example
Text Example
White with #B1DF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DF12; }
p { color: rgb(177,223,18); }
H1.HeaderClassName
{
color: #B1DF12;
}
.AnyTagClassName
{
color: #B1DF12;
}
</style>
background-color css
<style>
a { background-color: #B1DF12; }
a { background-color: rgb(177,223,18); }
div.DivClassName
{
background-color: #B1DF12;
}
.BgClassName
{
background-color: #B1DF12;
}
</style>
border-color css
<style>
span { border-color: #B1DF12; }
span { border-color: rgb(177,223,18); }
td.TdClassName
{
border-color: #B1DF12;
}
.TagClassName
{
border-color: #B1DF12;
}
</style>