Shades of Inch Worm #BDF819
Tints of Inch Worm #BDF819
RGB
CMYK
RGB Variations
Color information
#BDF819 (or 0xBDF819) is known color: Inch Worm. HEX triplet: BD, F8 and 19. RGB value is (189,248,25). Sum of RGB (Red+Green+Blue) = 189+248+25=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF819 is #4207E6. Grayscale: #CDCDCD. Windows color (decimal): -4327399 or 1702077. OLE color: 1702077.
HSL color Cylindrical-coordinate representation of color #BDF819: hue angle of 75.87º 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 #BDF819 is Cyan = 0.24, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 248 | 25 | - |
| CMYK | 0.24 | 0 | 0.90 | 0.03 |
| HSL | 75.87º | 0.94% | 0.54% | - |
| HSV(B) | 75.87º | 0.9% | 0.97% | - |
| XYZ | 54.73 | 78.02 | 13.1 | - |
| YUV | 204.94 | 26.45 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 248 | 25 | 0.24 | 0 | 0.90 | 0.03 | 75.87 | 0.94 | 0.54 |
| Hex | BD | F8 | 19 | 18 | 0 | 5A | 3 | 4C | 5E | 36 |
| Octal | 275 | 370 | 31 | 30 | 0 | 132 | 3 | 114 | 136 | 66 |
| Binary | 10111101 | 11111000 | 11001 | 11000 | 0 | 1011010 | 11 | 1001100 | 1011110 | 110110 |
Color Harmonies of #BDF819
Complementary color
Monochromatic Colors of #BDF819
Black with #BDF819
Text Example
Text Example
White with #BDF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF819; }
p { color: rgb(189,248,25); }
H1.HeaderClassName
{
color: #BDF819;
}
.AnyTagClassName
{
color: #BDF819;
}
</style>
background-color css
<style>
a { background-color: #BDF819; }
a { background-color: rgb(189,248,25); }
div.DivClassName
{
background-color: #BDF819;
}
.BgClassName
{
background-color: #BDF819;
}
</style>
border-color css
<style>
span { border-color: #BDF819; }
span { border-color: rgb(189,248,25); }
td.TdClassName
{
border-color: #BDF819;
}
.TagClassName
{
border-color: #BDF819;
}
</style>