Shades of Inch Worm #BDF81D
Tints of Inch Worm #BDF81D
RGB
CMYK
RGB Variations
Color information
#BDF81D (or 0xBDF81D) is known color: Inch Worm. HEX triplet: BD, F8 and 1D. RGB value is (189,248,29). Sum of RGB (Red+Green+Blue) = 189+248+29=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 29 (11.72% from 255 or 6.22% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF81D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF81D is #4207E2. Grayscale: #CECECE. Windows color (decimal): -4327395 or 1964221. OLE color: 1964221.
HSL color Cylindrical-coordinate representation of color #BDF81D: hue angle of 76.16º degrees, saturation: 0.94, 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 #BDF81D is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 29 | - |
| CMYK | 0.24 | 0 | 0.88 | 0.03 |
| HSL | 76.16º | 0.94% | 0.54% | - |
| HSV(B) | 76.16º | 0.88% | 0.97% | - |
| XYZ | 54.78 | 78.04 | 13.34 | - |
| YUV | 205.39 | 28.45 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 29 | 0.24 | 0 | 0.88 | 0.03 | 76.16 | 0.94 | 0.54 |
| Hex | BD | F8 | 1D | 18 | 0 | 58 | 3 | 4C | 5E | 36 |
| Octal | 275 | 370 | 35 | 30 | 0 | 130 | 3 | 114 | 136 | 66 |
| Binary | 10111101 | 11111000 | 11101 | 11000 | 0 | 1011000 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BDF81D
Complementary color
Monochromatic Colors of #BDF81D
Black with #BDF81D
Text Example
Text Example
White with #BDF81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF81D; }
p { color: rgb(189,248,29); }
H1.HeaderClassName
{
color: #BDF81D;
}
.AnyTagClassName
{
color: #BDF81D;
}
</style>
background-color css
<style>
a { background-color: #BDF81D; }
a { background-color: rgb(189,248,29); }
div.DivClassName
{
background-color: #BDF81D;
}
.BgClassName
{
background-color: #BDF81D;
}
</style>
border-color css
<style>
span { border-color: #BDF81D; }
span { border-color: rgb(189,248,29); }
td.TdClassName
{
border-color: #BDF81D;
}
.TagClassName
{
border-color: #BDF81D;
}
</style>