Shades of Inch Worm #BDF717
Tints of Inch Worm #BDF717
RGB
CMYK
RGB Variations
Color information
#BDF717 (or 0xBDF717) is known color: Inch Worm. HEX triplet: BD, F7 and 17. RGB value is (189,247,23). Sum of RGB (Red+Green+Blue) = 189+247+23=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 23 (9.38% from 255 or 5.01% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF717 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF717 is #4208E8. Grayscale: #CCCCCC. Windows color (decimal): -4327657 or 1570749. OLE color: 1570749.
HSL color Cylindrical-coordinate representation of color #BDF717: hue angle of 75.54º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDF717 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 23 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.03 |
| HSL | 75.54º | 0.93% | 0.53% | - |
| HSV(B) | 75.54º | 0.91% | 0.97% | - |
| XYZ | 54.4 | 77.4 | 12.88 | - |
| YUV | 204.12 | 25.78 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 23 | 0.23 | 0 | 0.91 | 0.03 | 75.54 | 0.93 | 0.53 |
| Hex | BD | F7 | 17 | 17 | 0 | 5B | 3 | 4C | 5D | 35 |
| Octal | 275 | 367 | 27 | 27 | 0 | 133 | 3 | 114 | 135 | 65 |
| Binary | 10111101 | 11110111 | 10111 | 10111 | 0 | 1011011 | 11 | 1001100 | 1011101 | 110101 |
Color Harmonies of #BDF717
Complementary color
Monochromatic Colors of #BDF717
Black with #BDF717
Text Example
Text Example
White with #BDF717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF717; }
p { color: rgb(189,247,23); }
H1.HeaderClassName
{
color: #BDF717;
}
.AnyTagClassName
{
color: #BDF717;
}
</style>
background-color css
<style>
a { background-color: #BDF717; }
a { background-color: rgb(189,247,23); }
div.DivClassName
{
background-color: #BDF717;
}
.BgClassName
{
background-color: #BDF717;
}
</style>
border-color css
<style>
span { border-color: #BDF717; }
span { border-color: rgb(189,247,23); }
td.TdClassName
{
border-color: #BDF717;
}
.TagClassName
{
border-color: #BDF717;
}
</style>