Shades of Inch Worm #BDF81C
Tints of Inch Worm #BDF81C
RGB
CMYK
RGB Variations
Color information
#BDF81C (or 0xBDF81C) is known color: Inch Worm. HEX triplet: BD, F8 and 1C. RGB value is (189,248,28). Sum of RGB (Red+Green+Blue) = 189+248+28=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF81C is #4207E3. Grayscale: #CECECE. Windows color (decimal): -4327396 or 1898685. OLE color: 1898685.
HSL color Cylindrical-coordinate representation of color #BDF81C: hue angle of 76.09º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDF81C is Cyan = 0.24, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 28 | - |
| CMYK | 0.24 | 0 | 0.89 | 0.03 |
| HSL | 76.09º | 0.94% | 0.54% | - |
| HSV(B) | 76.09º | 0.89% | 0.97% | - |
| XYZ | 54.76 | 78.04 | 13.28 | - |
| YUV | 205.28 | 27.95 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 28 | 0.24 | 0 | 0.89 | 0.03 | 76.09 | 0.94 | 0.54 |
| Hex | BD | F8 | 1C | 18 | 0 | 59 | 3 | 4C | 5E | 36 |
| Octal | 275 | 370 | 34 | 30 | 0 | 131 | 3 | 114 | 136 | 66 |
| Binary | 10111101 | 11111000 | 11100 | 11000 | 0 | 1011001 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BDF81C
Complementary color
Monochromatic Colors of #BDF81C
Black with #BDF81C
Text Example
Text Example
White with #BDF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF81C; }
p { color: rgb(189,248,28); }
H1.HeaderClassName
{
color: #BDF81C;
}
.AnyTagClassName
{
color: #BDF81C;
}
</style>
background-color css
<style>
a { background-color: #BDF81C; }
a { background-color: rgb(189,248,28); }
div.DivClassName
{
background-color: #BDF81C;
}
.BgClassName
{
background-color: #BDF81C;
}
</style>
border-color css
<style>
span { border-color: #BDF81C; }
span { border-color: rgb(189,248,28); }
td.TdClassName
{
border-color: #BDF81C;
}
.TagClassName
{
border-color: #BDF81C;
}
</style>