Shades of Inch Worm #BDF711
Tints of Inch Worm #BDF711
RGB
CMYK
RGB Variations
Color information
#BDF711 (or 0xBDF711) is known color: Inch Worm. HEX triplet: BD, F7 and 11. RGB value is (189,247,17). Sum of RGB (Red+Green+Blue) = 189+247+17=453 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.72% from 453); Green value is 247 (96.88% from 255 or 54.53% from 453); Blue value is 17 (7.03% from 255 or 3.75% from 453); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF711 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF711 is #4208EE. Grayscale: #CCCCCC. Windows color (decimal): -4327663 or 1177533. OLE color: 1177533.
HSL color Cylindrical-coordinate representation of color #BDF711: hue angle of 75.13º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BDF711 is Cyan = 0.23, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 17 | - |
| CMYK | 0.23 | 0 | 0.93 | 0.03 |
| HSL | 75.13º | 0.93% | 0.52% | - |
| HSV(B) | 75.13º | 0.93% | 0.97% | - |
| XYZ | 54.35 | 77.38 | 12.6 | - |
| YUV | 203.44 | 22.78 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 17 | 0.23 | 0 | 0.93 | 0.03 | 75.13 | 0.93 | 0.52 |
| Hex | BD | F7 | 11 | 17 | 0 | 5D | 3 | 4B | 5D | 34 |
| Octal | 275 | 367 | 21 | 27 | 0 | 135 | 3 | 113 | 135 | 64 |
| Binary | 10111101 | 11110111 | 10001 | 10111 | 0 | 1011101 | 11 | 1001011 | 1011101 | 110100 |
Color Harmonies of #BDF711
Complementary color
Monochromatic Colors of #BDF711
Black with #BDF711
Text Example
Text Example
White with #BDF711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF711; }
p { color: rgb(189,247,17); }
H1.HeaderClassName
{
color: #BDF711;
}
.AnyTagClassName
{
color: #BDF711;
}
</style>
background-color css
<style>
a { background-color: #BDF711; }
a { background-color: rgb(189,247,17); }
div.DivClassName
{
background-color: #BDF711;
}
.BgClassName
{
background-color: #BDF711;
}
</style>
border-color css
<style>
span { border-color: #BDF711; }
span { border-color: rgb(189,247,17); }
td.TdClassName
{
border-color: #BDF711;
}
.TagClassName
{
border-color: #BDF711;
}
</style>