Shades of Inch Worm #BDF008
Tints of Inch Worm #BDF008
RGB
CMYK
RGB Variations
Color information
#BDF008 (or 0xBDF008) is known color: Inch Worm. HEX triplet: BD, F0 and 08. RGB value is (189,240,8). Sum of RGB (Red+Green+Blue) = 189+240+8=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 240 (94.14% from 255 or 54.92% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF008 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BDF008 is #420FF7. Grayscale: #C7C7C7. Windows color (decimal): -4329464 or 585917. OLE color: 585917.
HSL color Cylindrical-coordinate representation of color #BDF008: hue angle of 73.19º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDF008 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 240 | 8 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.06 |
| HSL | 73.19º | 0.94% | 0.49% | - |
| HSV(B) | 73.19º | 0.97% | 0.94% | - |
| XYZ | 52.19 | 73.16 | 11.6 | - |
| YUV | 198.3 | 20.6 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 240 | 8 | 0.21 | 0 | 0.97 | 0.06 | 73.19 | 0.94 | 0.49 |
| Hex | BD | F0 | 8 | 15 | 0 | 61 | 6 | 49 | 5E | 31 |
| Octal | 275 | 360 | 10 | 25 | 0 | 141 | 6 | 111 | 136 | 61 |
| Binary | 10111101 | 11110000 | 1000 | 10101 | 0 | 1100001 | 110 | 1001001 | 1011110 | 110001 |
Color Harmonies of #BDF008
Complementary color
Monochromatic Colors of #BDF008
Black with #BDF008
Text Example
Text Example
White with #BDF008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDF008; }
p { color: rgb(189,240,8); }
H1.HeaderClassName
{
color: #BDF008;
}
.AnyTagClassName
{
color: #BDF008;
}
</style>
background-color css
<style>
a { background-color: #BDF008; }
a { background-color: rgb(189,240,8); }
div.DivClassName
{
background-color: #BDF008;
}
.BgClassName
{
background-color: #BDF008;
}
</style>
border-color css
<style>
span { border-color: #BDF008; }
span { border-color: rgb(189,240,8); }
td.TdClassName
{
border-color: #BDF008;
}
.TagClassName
{
border-color: #BDF008;
}
</style>