Shades of Inch Worm #BDF613
Tints of Inch Worm #BDF613
RGB
CMYK
RGB Variations
Color information
#BDF613 (or 0xBDF613) is known color: Inch Worm. HEX triplet: BD, F6 and 13. RGB value is (189,246,19). Sum of RGB (Red+Green+Blue) = 189+246+19=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 246 (96.48% from 255 or 54.19% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF613 is #4209EC. Grayscale: #CBCBCB. Windows color (decimal): -4327917 or 1308349. OLE color: 1308349.
HSL color Cylindrical-coordinate representation of color #BDF613: hue angle of 75.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDF613 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 246 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.04 |
| HSL | 75.07º | 0.93% | 0.52% | - |
| HSV(B) | 75.07º | 0.92% | 0.96% | - |
| XYZ | 54.06 | 76.78 | 12.59 | - |
| YUV | 203.08 | 24.12 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 246 | 19 | 0.23 | 0 | 0.92 | 0.04 | 75.07 | 0.93 | 0.52 |
| Hex | BD | F6 | 13 | 17 | 0 | 5C | 4 | 4B | 5D | 34 |
| Octal | 275 | 366 | 23 | 27 | 0 | 134 | 4 | 113 | 135 | 64 |
| Binary | 10111101 | 11110110 | 10011 | 10111 | 0 | 1011100 | 100 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF613
Complementary color
Monochromatic Colors of #BDF613
Black with #BDF613
Text Example
Text Example
White with #BDF613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF613; }
p { color: rgb(189,246,19); }
H1.HeaderClassName
{
color: #BDF613;
}
.AnyTagClassName
{
color: #BDF613;
}
</style>
background-color css
<style>
a { background-color: #BDF613; }
a { background-color: rgb(189,246,19); }
div.DivClassName
{
background-color: #BDF613;
}
.BgClassName
{
background-color: #BDF613;
}
</style>
border-color css
<style>
span { border-color: #BDF613; }
span { border-color: rgb(189,246,19); }
td.TdClassName
{
border-color: #BDF613;
}
.TagClassName
{
border-color: #BDF613;
}
</style>