Shades of Inch Worm #BDF517
Tints of Inch Worm #BDF517
RGB
CMYK
RGB Variations
Color information
#BDF517 (or 0xBDF517) is known color: Inch Worm. HEX triplet: BD, F5 and 17. RGB value is (189,245,23). Sum of RGB (Red+Green+Blue) = 189+245+23=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 245 (96.09% from 255 or 53.61% from 457); Blue value is 23 (9.38% from 255 or 5.03% from 457); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF517 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF517 is #420AE8. Grayscale: #CBCBCB. Windows color (decimal): -4328169 or 1570237. OLE color: 1570237.
HSL color Cylindrical-coordinate representation of color #BDF517: hue angle of 75.14º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF517 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 23 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.04 |
| HSL | 75.14º | 0.92% | 0.53% | - |
| HSV(B) | 75.14º | 0.91% | 0.96% | - |
| XYZ | 53.79 | 76.19 | 12.68 | - |
| YUV | 202.95 | 26.45 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 23 | 0.23 | 0 | 0.91 | 0.04 | 75.14 | 0.92 | 0.53 |
| Hex | BD | F5 | 17 | 17 | 0 | 5B | 4 | 4B | 5C | 35 |
| Octal | 275 | 365 | 27 | 27 | 0 | 133 | 4 | 113 | 134 | 65 |
| Binary | 10111101 | 11110101 | 10111 | 10111 | 0 | 1011011 | 100 | 1001011 | 1011100 | 110101 |
Color Harmonies of #BDF517
Complementary color
Monochromatic Colors of #BDF517
Black with #BDF517
Text Example
Text Example
White with #BDF517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF517; }
p { color: rgb(189,245,23); }
H1.HeaderClassName
{
color: #BDF517;
}
.AnyTagClassName
{
color: #BDF517;
}
</style>
background-color css
<style>
a { background-color: #BDF517; }
a { background-color: rgb(189,245,23); }
div.DivClassName
{
background-color: #BDF517;
}
.BgClassName
{
background-color: #BDF517;
}
</style>
border-color css
<style>
span { border-color: #BDF517; }
span { border-color: rgb(189,245,23); }
td.TdClassName
{
border-color: #BDF517;
}
.TagClassName
{
border-color: #BDF517;
}
</style>