Shades of Inch Worm #BDF20A
Tints of Inch Worm #BDF20A
RGB
CMYK
RGB Variations
Color information
#BDF20A (or 0xBDF20A) is known color: Inch Worm. HEX triplet: BD, F2 and 0A. RGB value is (189,242,10). Sum of RGB (Red+Green+Blue) = 189+242+10=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #BDF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF20A is #420DF5. Grayscale: #C8C8C8. Windows color (decimal): -4328950 or 717501. OLE color: 717501.
HSL color Cylindrical-coordinate representation of color #BDF20A: hue angle of 73.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF20A is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 242 | 10 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.05 |
| HSL | 73.71º | 0.92% | 0.49% | - |
| HSV(B) | 73.71º | 0.96% | 0.95% | - |
| XYZ | 52.79 | 74.34 | 11.85 | - |
| YUV | 199.71 | 20.94 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 242 | 10 | 0.22 | 0 | 0.96 | 0.05 | 73.71 | 0.92 | 0.49 |
| Hex | BD | F2 | A | 16 | 0 | 60 | 5 | 4A | 5C | 31 |
| Octal | 275 | 362 | 12 | 26 | 0 | 140 | 5 | 112 | 134 | 61 |
| Binary | 10111101 | 11110010 | 1010 | 10110 | 0 | 1100000 | 101 | 1001010 | 1011100 | 110001 |
Color Harmonies of #BDF20A
Complementary color
Monochromatic Colors of #BDF20A
Black with #BDF20A
Text Example
Text Example
White with #BDF20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF20A; }
p { color: rgb(189,242,10); }
H1.HeaderClassName
{
color: #BDF20A;
}
.AnyTagClassName
{
color: #BDF20A;
}
</style>
background-color css
<style>
a { background-color: #BDF20A; }
a { background-color: rgb(189,242,10); }
div.DivClassName
{
background-color: #BDF20A;
}
.BgClassName
{
background-color: #BDF20A;
}
</style>
border-color css
<style>
span { border-color: #BDF20A; }
span { border-color: rgb(189,242,10); }
td.TdClassName
{
border-color: #BDF20A;
}
.TagClassName
{
border-color: #BDF20A;
}
</style>