Shades of Inch Worm #BDF41A
Tints of Inch Worm #BDF41A
RGB
CMYK
RGB Variations
Color information
#BDF41A (or 0xBDF41A) is known color: Inch Worm. HEX triplet: BD, F4 and 1A. RGB value is (189,244,26). Sum of RGB (Red+Green+Blue) = 189+244+26=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 26 (10.55% from 255 or 5.66% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF41A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF41A is #420BE5. Grayscale: #CBCBCB. Windows color (decimal): -4328422 or 1766589. OLE color: 1766589.
HSL color Cylindrical-coordinate representation of color #BDF41A: hue angle of 75.14º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDF41A is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 244 | 26 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.04 |
| HSL | 75.14º | 0.91% | 0.53% | - |
| HSV(B) | 75.14º | 0.89% | 0.96% | - |
| XYZ | 53.52 | 75.59 | 12.75 | - |
| YUV | 202.7 | 28.28 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 244 | 26 | 0.23 | 0 | 0.89 | 0.04 | 75.14 | 0.91 | 0.53 |
| Hex | BD | F4 | 1A | 17 | 0 | 59 | 4 | 4B | 5B | 35 |
| Octal | 275 | 364 | 32 | 27 | 0 | 131 | 4 | 113 | 133 | 65 |
| Binary | 10111101 | 11110100 | 11010 | 10111 | 0 | 1011001 | 100 | 1001011 | 1011011 | 110101 |
Color Harmonies of #BDF41A
Complementary color
Monochromatic Colors of #BDF41A
Black with #BDF41A
Text Example
Text Example
White with #BDF41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF41A; }
p { color: rgb(189,244,26); }
H1.HeaderClassName
{
color: #BDF41A;
}
.AnyTagClassName
{
color: #BDF41A;
}
</style>
background-color css
<style>
a { background-color: #BDF41A; }
a { background-color: rgb(189,244,26); }
div.DivClassName
{
background-color: #BDF41A;
}
.BgClassName
{
background-color: #BDF41A;
}
</style>
border-color css
<style>
span { border-color: #BDF41A; }
span { border-color: rgb(189,244,26); }
td.TdClassName
{
border-color: #BDF41A;
}
.TagClassName
{
border-color: #BDF41A;
}
</style>