Shades of Inch Worm #BDF419
Tints of Inch Worm #BDF419
RGB
CMYK
RGB Variations
Color information
#BDF419 (or 0xBDF419) is known color: Inch Worm. HEX triplet: BD, F4 and 19. RGB value is (189,244,25). Sum of RGB (Red+Green+Blue) = 189+244+25=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 244 (95.70% from 255 or 53.28% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF419 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF419 is #420BE6. Grayscale: #CBCBCB. Windows color (decimal): -4328423 or 1701053. OLE color: 1701053.
HSL color Cylindrical-coordinate representation of color #BDF419: hue angle of 75.07º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDF419 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 25 | - |
| CMYK | 0.23 | 0 | 0.90 | 0.04 |
| HSL | 75.07º | 0.91% | 0.53% | - |
| HSV(B) | 75.07º | 0.9% | 0.96% | - |
| XYZ | 53.51 | 75.59 | 12.69 | - |
| YUV | 202.59 | 27.78 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 25 | 0.23 | 0 | 0.90 | 0.04 | 75.07 | 0.91 | 0.53 |
| Hex | BD | F4 | 19 | 17 | 0 | 5A | 4 | 4B | 5B | 35 |
| Octal | 275 | 364 | 31 | 27 | 0 | 132 | 4 | 113 | 133 | 65 |
| Binary | 10111101 | 11110100 | 11001 | 10111 | 0 | 1011010 | 100 | 1001011 | 1011011 | 110101 |
Color Harmonies of #BDF419
Complementary color
Monochromatic Colors of #BDF419
Black with #BDF419
Text Example
Text Example
White with #BDF419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF419; }
p { color: rgb(189,244,25); }
H1.HeaderClassName
{
color: #BDF419;
}
.AnyTagClassName
{
color: #BDF419;
}
</style>
background-color css
<style>
a { background-color: #BDF419; }
a { background-color: rgb(189,244,25); }
div.DivClassName
{
background-color: #BDF419;
}
.BgClassName
{
background-color: #BDF419;
}
</style>
border-color css
<style>
span { border-color: #BDF419; }
span { border-color: rgb(189,244,25); }
td.TdClassName
{
border-color: #BDF419;
}
.TagClassName
{
border-color: #BDF419;
}
</style>