Shades of Inch Worm #BDF612
Tints of Inch Worm #BDF612
RGB
CMYK
RGB Variations
Color information
#BDF612 (or 0xBDF612) is known color: Inch Worm. HEX triplet: BD, F6 and 12. RGB value is (189,246,18). Sum of RGB (Red+Green+Blue) = 189+246+18=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 246 (96.48% from 255 or 54.30% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF612 is #4209ED. Grayscale: #CBCBCB. Windows color (decimal): -4327918 or 1242813. OLE color: 1242813.
HSL color Cylindrical-coordinate representation of color #BDF612: hue angle of 75º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF612 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 18 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.04 |
| HSL | 75º | 0.93% | 0.52% | - |
| HSV(B) | 75º | 0.93% | 0.96% | - |
| XYZ | 54.05 | 76.77 | 12.54 | - |
| YUV | 202.97 | 23.62 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 18 | 0.23 | 0 | 0.93 | 0.04 | 75 | 0.93 | 0.52 |
| Hex | BD | F6 | 12 | 17 | 0 | 5D | 4 | 4B | 5D | 34 |
| Octal | 275 | 366 | 22 | 27 | 0 | 135 | 4 | 113 | 135 | 64 |
| Binary | 10111101 | 11110110 | 10010 | 10111 | 0 | 1011101 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF612
Complementary color
Monochromatic Colors of #BDF612
Black with #BDF612
Text Example
Text Example
White with #BDF612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF612; }
p { color: rgb(189,246,18); }
H1.HeaderClassName
{
color: #BDF612;
}
.AnyTagClassName
{
color: #BDF612;
}
</style>
background-color css
<style>
a { background-color: #BDF612; }
a { background-color: rgb(189,246,18); }
div.DivClassName
{
background-color: #BDF612;
}
.BgClassName
{
background-color: #BDF612;
}
</style>
border-color css
<style>
span { border-color: #BDF612; }
span { border-color: rgb(189,246,18); }
td.TdClassName
{
border-color: #BDF612;
}
.TagClassName
{
border-color: #BDF612;
}
</style>