Shades of Inch Worm #BDF71E
Tints of Inch Worm #BDF71E
RGB
CMYK
RGB Variations
Color information
#BDF71E (or 0xBDF71E) is known color: Inch Worm. HEX triplet: BD, F7 and 1E. RGB value is (189,247,30). Sum of RGB (Red+Green+Blue) = 189+247+30=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 247 (96.88% from 255 or 53.00% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF71E is #4208E1. Grayscale: #CDCDCD. Windows color (decimal): -4327650 or 2029501. OLE color: 2029501.
HSL color Cylindrical-coordinate representation of color #BDF71E: hue angle of 76.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDF71E is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 30 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.03 |
| HSL | 76.04º | 0.93% | 0.54% | - |
| HSV(B) | 76.04º | 0.88% | 0.97% | - |
| XYZ | 54.48 | 77.43 | 13.3 | - |
| YUV | 204.92 | 29.28 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 30 | 0.23 | 0 | 0.88 | 0.03 | 76.04 | 0.93 | 0.54 |
| Hex | BD | F7 | 1E | 17 | 0 | 58 | 3 | 4C | 5D | 36 |
| Octal | 275 | 367 | 36 | 27 | 0 | 130 | 3 | 114 | 135 | 66 |
| Binary | 10111101 | 11110111 | 11110 | 10111 | 0 | 1011000 | 11 | 1001100 | 1011101 | 110110 |
Color Harmonies of #BDF71E
Complementary color
Monochromatic Colors of #BDF71E
Black with #BDF71E
Text Example
Text Example
White with #BDF71E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF71E; }
p { color: rgb(189,247,30); }
H1.HeaderClassName
{
color: #BDF71E;
}
.AnyTagClassName
{
color: #BDF71E;
}
</style>
background-color css
<style>
a { background-color: #BDF71E; }
a { background-color: rgb(189,247,30); }
div.DivClassName
{
background-color: #BDF71E;
}
.BgClassName
{
background-color: #BDF71E;
}
</style>
border-color css
<style>
span { border-color: #BDF71E; }
span { border-color: rgb(189,247,30); }
td.TdClassName
{
border-color: #BDF71E;
}
.TagClassName
{
border-color: #BDF71E;
}
</style>