Shades of Inch Worm #BDF81A
Tints of Inch Worm #BDF81A
RGB
CMYK
RGB Variations
Color information
#BDF81A (or 0xBDF81A) is known color: Inch Worm. HEX triplet: BD, F8 and 1A. RGB value is (189,248,26). Sum of RGB (Red+Green+Blue) = 189+248+26=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF81A is #4207E5. Grayscale: #CDCDCD. Windows color (decimal): -4327398 or 1767613. OLE color: 1767613.
HSL color Cylindrical-coordinate representation of color #BDF81A: hue angle of 75.95º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF81A is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 26 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.03 |
| HSL | 75.95º | 0.94% | 0.54% | - |
| HSV(B) | 75.95º | 0.9% | 0.97% | - |
| XYZ | 54.74 | 78.03 | 13.15 | - |
| YUV | 205.05 | 26.95 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 26 | 0.24 | 0 | 0.90 | 0.03 | 75.95 | 0.94 | 0.54 |
| Hex | BD | F8 | 1A | 18 | 0 | 5A | 3 | 4C | 5E | 36 |
| Octal | 275 | 370 | 32 | 30 | 0 | 132 | 3 | 114 | 136 | 66 |
| Binary | 10111101 | 11111000 | 11010 | 11000 | 0 | 1011010 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BDF81A
Complementary color
Monochromatic Colors of #BDF81A
Black with #BDF81A
Text Example
Text Example
White with #BDF81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF81A; }
p { color: rgb(189,248,26); }
H1.HeaderClassName
{
color: #BDF81A;
}
.AnyTagClassName
{
color: #BDF81A;
}
</style>
background-color css
<style>
a { background-color: #BDF81A; }
a { background-color: rgb(189,248,26); }
div.DivClassName
{
background-color: #BDF81A;
}
.BgClassName
{
background-color: #BDF81A;
}
</style>
border-color css
<style>
span { border-color: #BDF81A; }
span { border-color: rgb(189,248,26); }
td.TdClassName
{
border-color: #BDF81A;
}
.TagClassName
{
border-color: #BDF81A;
}
</style>