Shades of Inch Worm #BDF009
Tints of Inch Worm #BDF009
RGB
CMYK
RGB Variations
Color information
#BDF009 (or 0xBDF009) is known color: Inch Worm. HEX triplet: BD, F0 and 09. RGB value is (189,240,9). Sum of RGB (Red+Green+Blue) = 189+240+9=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 240 (94.14% from 255 or 54.79% from 438); Blue value is 9 (3.91% from 255 or 2.05% from 438); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF009 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF009 is #420FF6. Grayscale: #C7C7C7. Windows color (decimal): -4329463 or 651453. OLE color: 651453.
HSL color Cylindrical-coordinate representation of color #BDF009: hue angle of 73.25º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BDF009 is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 9 | - |
| CMYK | 0.21 | 0 | 0.96 | 0.06 |
| HSL | 73.25º | 0.93% | 0.49% | - |
| HSV(B) | 73.25º | 0.96% | 0.94% | - |
| XYZ | 52.2 | 73.16 | 11.63 | - |
| YUV | 198.42 | 21.1 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 9 | 0.21 | 0 | 0.96 | 0.06 | 73.25 | 0.93 | 0.49 |
| Hex | BD | F0 | 9 | 15 | 0 | 60 | 6 | 49 | 5D | 31 |
| Octal | 275 | 360 | 11 | 25 | 0 | 140 | 6 | 111 | 135 | 61 |
| Binary | 10111101 | 11110000 | 1001 | 10101 | 0 | 1100000 | 110 | 1001001 | 1011101 | 110001 |
Color Harmonies of #BDF009
Complementary color
Monochromatic Colors of #BDF009
Black with #BDF009
Text Example
Text Example
White with #BDF009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF009; }
p { color: rgb(189,240,9); }
H1.HeaderClassName
{
color: #BDF009;
}
.AnyTagClassName
{
color: #BDF009;
}
</style>
background-color css
<style>
a { background-color: #BDF009; }
a { background-color: rgb(189,240,9); }
div.DivClassName
{
background-color: #BDF009;
}
.BgClassName
{
background-color: #BDF009;
}
</style>
border-color css
<style>
span { border-color: #BDF009; }
span { border-color: rgb(189,240,9); }
td.TdClassName
{
border-color: #BDF009;
}
.TagClassName
{
border-color: #BDF009;
}
</style>