Shades of Inch Worm #BDF50E
Tints of Inch Worm #BDF50E
RGB
CMYK
RGB Variations
Color information
#BDF50E (or 0xBDF50E) is known color: Inch Worm. HEX triplet: BD, F5 and 0E. RGB value is (189,245,14). Sum of RGB (Red+Green+Blue) = 189+245+14=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 245 (96.09% from 255 or 54.69% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 245 - color contains mainly: green. Hex color #BDF50E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF50E is #420AF1. Grayscale: #CACACA. Windows color (decimal): -4328178 or 980413. OLE color: 980413.
HSL color Cylindrical-coordinate representation of color #BDF50E: hue angle of 74.55º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDF50E is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 245 | 14 | - |
| CMYK | 0.23 | 0 | 0.94 | 0.04 |
| HSL | 74.55º | 0.92% | 0.51% | - |
| HSV(B) | 74.55º | 0.94% | 0.96% | - |
| XYZ | 53.72 | 76.16 | 12.28 | - |
| YUV | 201.92 | 21.95 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 245 | 14 | 0.23 | 0 | 0.94 | 0.04 | 74.55 | 0.92 | 0.51 |
| Hex | BD | F5 | E | 17 | 0 | 5E | 4 | 4B | 5C | 33 |
| Octal | 275 | 365 | 16 | 27 | 0 | 136 | 4 | 113 | 134 | 63 |
| Binary | 10111101 | 11110101 | 1110 | 10111 | 0 | 1011110 | 100 | 1001011 | 1011100 | 110011 |
Color Harmonies of #BDF50E
Complementary color
Monochromatic Colors of #BDF50E
Black with #BDF50E
Text Example
Text Example
White with #BDF50E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF50E; }
p { color: rgb(189,245,14); }
H1.HeaderClassName
{
color: #BDF50E;
}
.AnyTagClassName
{
color: #BDF50E;
}
</style>
background-color css
<style>
a { background-color: #BDF50E; }
a { background-color: rgb(189,245,14); }
div.DivClassName
{
background-color: #BDF50E;
}
.BgClassName
{
background-color: #BDF50E;
}
</style>
border-color css
<style>
span { border-color: #BDF50E; }
span { border-color: rgb(189,245,14); }
td.TdClassName
{
border-color: #BDF50E;
}
.TagClassName
{
border-color: #BDF50E;
}
</style>