Shades of Inch Worm #BDF71D
Tints of Inch Worm #BDF71D
RGB
CMYK
RGB Variations
Color information
#BDF71D (or 0xBDF71D) is known color: Inch Worm. HEX triplet: BD, F7 and 1D. RGB value is (189,247,29). Sum of RGB (Red+Green+Blue) = 189+247+29=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 29 (11.72% from 255 or 6.24% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF71D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF71D is #4208E2. Grayscale: #CDCDCD. Windows color (decimal): -4327651 or 1963965. OLE color: 1963965.
HSL color Cylindrical-coordinate representation of color #BDF71D: hue angle of 75.96º 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 #BDF71D is Cyan = 0.23, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 247 | 29 | - |
| CMYK | 0.23 | 0 | 0.88 | 0.03 |
| HSL | 75.96º | 0.93% | 0.54% | - |
| HSV(B) | 75.96º | 0.88% | 0.97% | - |
| XYZ | 54.47 | 77.43 | 13.24 | - |
| YUV | 204.81 | 28.78 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 247 | 29 | 0.23 | 0 | 0.88 | 0.03 | 75.96 | 0.93 | 0.54 |
| Hex | BD | F7 | 1D | 17 | 0 | 58 | 3 | 4C | 5D | 36 |
| Octal | 275 | 367 | 35 | 27 | 0 | 130 | 3 | 114 | 135 | 66 |
| Binary | 10111101 | 11110111 | 11101 | 10111 | 0 | 1011000 | 11 | 1001100 | 1011101 | 110110 |
Color Harmonies of #BDF71D
Complementary color
Monochromatic Colors of #BDF71D
Black with #BDF71D
Text Example
Text Example
White with #BDF71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF71D; }
p { color: rgb(189,247,29); }
H1.HeaderClassName
{
color: #BDF71D;
}
.AnyTagClassName
{
color: #BDF71D;
}
</style>
background-color css
<style>
a { background-color: #BDF71D; }
a { background-color: rgb(189,247,29); }
div.DivClassName
{
background-color: #BDF71D;
}
.BgClassName
{
background-color: #BDF71D;
}
</style>
border-color css
<style>
span { border-color: #BDF71D; }
span { border-color: rgb(189,247,29); }
td.TdClassName
{
border-color: #BDF71D;
}
.TagClassName
{
border-color: #BDF71D;
}
</style>