Shades of Inch Worm #BDF412
Tints of Inch Worm #BDF412
RGB
CMYK
RGB Variations
Color information
#BDF412 (or 0xBDF412) is known color: Inch Worm. HEX triplet: BD, F4 and 12. RGB value is (189,244,18). Sum of RGB (Red+Green+Blue) = 189+244+18=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 244 (95.70% from 255 or 54.10% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF412 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF412 is #420BED. Grayscale: #CACACA. Windows color (decimal): -4328430 or 1242301. OLE color: 1242301.
HSL color Cylindrical-coordinate representation of color #BDF412: hue angle of 74.6º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF412 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.04 |
| HSL | 74.6º | 0.91% | 0.51% | - |
| HSV(B) | 74.6º | 0.93% | 0.96% | - |
| XYZ | 53.45 | 75.56 | 12.34 | - |
| YUV | 201.79 | 24.28 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 18 | 0.23 | 0 | 0.93 | 0.04 | 74.6 | 0.91 | 0.51 |
| Hex | BD | F4 | 12 | 17 | 0 | 5D | 4 | 4B | 5B | 33 |
| Octal | 275 | 364 | 22 | 27 | 0 | 135 | 4 | 113 | 133 | 63 |
| Binary | 10111101 | 11110100 | 10010 | 10111 | 0 | 1011101 | 100 | 1001011 | 1011011 | 110011 |
Color Harmonies of #BDF412
Complementary color
Monochromatic Colors of #BDF412
Black with #BDF412
Text Example
Text Example
White with #BDF412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF412; }
p { color: rgb(189,244,18); }
H1.HeaderClassName
{
color: #BDF412;
}
.AnyTagClassName
{
color: #BDF412;
}
</style>
background-color css
<style>
a { background-color: #BDF412; }
a { background-color: rgb(189,244,18); }
div.DivClassName
{
background-color: #BDF412;
}
.BgClassName
{
background-color: #BDF412;
}
</style>
border-color css
<style>
span { border-color: #BDF412; }
span { border-color: rgb(189,244,18); }
td.TdClassName
{
border-color: #BDF412;
}
.TagClassName
{
border-color: #BDF412;
}
</style>