Shades of Inch Worm #BDF10D
Tints of Inch Worm #BDF10D
RGB
CMYK
RGB Variations
Color information
#BDF10D (or 0xBDF10D) is known color: Inch Worm. HEX triplet: BD, F1 and 0D. RGB value is (189,241,13). Sum of RGB (Red+Green+Blue) = 189+241+13=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF10D is #420EF2. Grayscale: #C8C8C8. Windows color (decimal): -4329203 or 913853. OLE color: 913853.
HSL color Cylindrical-coordinate representation of color #BDF10D: hue angle of 73.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDF10D is Cyan = 0.22, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 241 | 13 | - |
| CMYK | 0.22 | 0 | 0.95 | 0.05 |
| HSL | 73.68º | 0.9% | 0.5% | - |
| HSV(B) | 73.68º | 0.95% | 0.95% | - |
| XYZ | 52.51 | 73.76 | 11.85 | - |
| YUV | 199.46 | 22.77 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 241 | 13 | 0.22 | 0 | 0.95 | 0.05 | 73.68 | 0.9 | 0.5 |
| Hex | BD | F1 | D | 16 | 0 | 5F | 5 | 4A | 5A | 32 |
| Octal | 275 | 361 | 15 | 26 | 0 | 137 | 5 | 112 | 132 | 62 |
| Binary | 10111101 | 11110001 | 1101 | 10110 | 0 | 1011111 | 101 | 1001010 | 1011010 | 110010 |
Color Harmonies of #BDF10D
Complementary color
Monochromatic Colors of #BDF10D
Black with #BDF10D
Text Example
Text Example
White with #BDF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF10D; }
p { color: rgb(189,241,13); }
H1.HeaderClassName
{
color: #BDF10D;
}
.AnyTagClassName
{
color: #BDF10D;
}
</style>
background-color css
<style>
a { background-color: #BDF10D; }
a { background-color: rgb(189,241,13); }
div.DivClassName
{
background-color: #BDF10D;
}
.BgClassName
{
background-color: #BDF10D;
}
</style>
border-color css
<style>
span { border-color: #BDF10D; }
span { border-color: rgb(189,241,13); }
td.TdClassName
{
border-color: #BDF10D;
}
.TagClassName
{
border-color: #BDF10D;
}
</style>