Shades of Inch Worm #BDF611
Tints of Inch Worm #BDF611
RGB
CMYK
RGB Variations
Color information
#BDF611 (or 0xBDF611) is known color: Inch Worm. HEX triplet: BD, F6 and 11. RGB value is (189,246,17). Sum of RGB (Red+Green+Blue) = 189+246+17=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 246 (96.48% from 255 or 54.42% from 452); Blue value is 17 (7.03% from 255 or 3.76% from 452); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF611 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF611 is #4209EE. Grayscale: #CBCBCB. Windows color (decimal): -4327919 or 1177277. OLE color: 1177277.
HSL color Cylindrical-coordinate representation of color #BDF611: hue angle of 74.93º 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 #BDF611 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.04 |
| HSL | 74.93º | 0.93% | 0.52% | - |
| HSV(B) | 74.93º | 0.93% | 0.96% | - |
| XYZ | 54.04 | 76.77 | 12.5 | - |
| YUV | 202.85 | 23.12 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 17 | 0.23 | 0 | 0.93 | 0.04 | 74.93 | 0.93 | 0.52 |
| Hex | BD | F6 | 11 | 17 | 0 | 5D | 4 | 4B | 5D | 34 |
| Octal | 275 | 366 | 21 | 27 | 0 | 135 | 4 | 113 | 135 | 64 |
| Binary | 10111101 | 11110110 | 10001 | 10111 | 0 | 1011101 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF611
Complementary color
Monochromatic Colors of #BDF611
Black with #BDF611
Text Example
Text Example
White with #BDF611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF611; }
p { color: rgb(189,246,17); }
H1.HeaderClassName
{
color: #BDF611;
}
.AnyTagClassName
{
color: #BDF611;
}
</style>
background-color css
<style>
a { background-color: #BDF611; }
a { background-color: rgb(189,246,17); }
div.DivClassName
{
background-color: #BDF611;
}
.BgClassName
{
background-color: #BDF611;
}
</style>
border-color css
<style>
span { border-color: #BDF611; }
span { border-color: rgb(189,246,17); }
td.TdClassName
{
border-color: #BDF611;
}
.TagClassName
{
border-color: #BDF611;
}
</style>