Shades of Inch Worm #BDF610
Tints of Inch Worm #BDF610
RGB
CMYK
RGB Variations
Color information
#BDF610 (or 0xBDF610) is known color: Inch Worm. HEX triplet: BD, F6 and 10. RGB value is (189,246,16). Sum of RGB (Red+Green+Blue) = 189+246+16=451 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.91% from 451); Green value is 246 (96.48% from 255 or 54.55% from 451); Blue value is 16 (6.64% from 255 or 3.55% from 451); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF610 is #4209EF. Grayscale: #CBCBCB. Windows color (decimal): -4327920 or 1111741. OLE color: 1111741.
HSL color Cylindrical-coordinate representation of color #BDF610: hue angle of 74.87º degrees, saturation: 0.93, 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 #BDF610 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 16 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.04 |
| HSL | 74.87º | 0.93% | 0.51% | - |
| HSV(B) | 74.87º | 0.93% | 0.96% | - |
| XYZ | 54.04 | 76.77 | 12.46 | - |
| YUV | 202.74 | 22.62 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 16 | 0.23 | 0 | 0.93 | 0.04 | 74.87 | 0.93 | 0.51 |
| Hex | BD | F6 | 10 | 17 | 0 | 5D | 4 | 4B | 5D | 33 |
| Octal | 275 | 366 | 20 | 27 | 0 | 135 | 4 | 113 | 135 | 63 |
| Binary | 10111101 | 11110110 | 10000 | 10111 | 0 | 1011101 | 100 | 1001011 | 1011101 | 110011 |
Color Harmonies of #BDF610
Complementary color
Monochromatic Colors of #BDF610
Black with #BDF610
Text Example
Text Example
White with #BDF610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF610; }
p { color: rgb(189,246,16); }
H1.HeaderClassName
{
color: #BDF610;
}
.AnyTagClassName
{
color: #BDF610;
}
</style>
background-color css
<style>
a { background-color: #BDF610; }
a { background-color: rgb(189,246,16); }
div.DivClassName
{
background-color: #BDF610;
}
.BgClassName
{
background-color: #BDF610;
}
</style>
border-color css
<style>
span { border-color: #BDF610; }
span { border-color: rgb(189,246,16); }
td.TdClassName
{
border-color: #BDF610;
}
.TagClassName
{
border-color: #BDF610;
}
</style>