Shades of Inch Worm #BDDF0D
Tints of Inch Worm #BDDF0D
RGB
CMYK
RGB Variations
Color information
#BDDF0D (or 0xBDDF0D) is known color: Inch Worm. HEX triplet: BD, DF and 0D. RGB value is (189,223,13). Sum of RGB (Red+Green+Blue) = 189+223+13=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF0D is #4220F2. Grayscale: #BDBDBD. Windows color (decimal): -4333811 or 909245. OLE color: 909245.
HSL color Cylindrical-coordinate representation of color #BDDF0D: hue angle of 69.71º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDDF0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.13 |
| HSL | 69.71º | 0.89% | 0.46% | - |
| HSV(B) | 69.71º | 0.94% | 0.87% | - |
| XYZ | 47.45 | 63.62 | 10.16 | - |
| YUV | 188.89 | 28.74 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 13 | 0.15 | 0 | 0.94 | 0.13 | 69.71 | 0.89 | 0.46 |
| Hex | BD | DF | D | F | 0 | 5E | D | 46 | 59 | 2E |
| Octal | 275 | 337 | 15 | 17 | 0 | 136 | 15 | 106 | 131 | 56 |
| Binary | 10111101 | 11011111 | 1101 | 1111 | 0 | 1011110 | 1101 | 1000110 | 1011001 | 101110 |
Color Harmonies of #BDDF0D
Complementary color
Monochromatic Colors of #BDDF0D
Black with #BDDF0D
Text Example
Text Example
White with #BDDF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF0D; }
p { color: rgb(189,223,13); }
H1.HeaderClassName
{
color: #BDDF0D;
}
.AnyTagClassName
{
color: #BDDF0D;
}
</style>
background-color css
<style>
a { background-color: #BDDF0D; }
a { background-color: rgb(189,223,13); }
div.DivClassName
{
background-color: #BDDF0D;
}
.BgClassName
{
background-color: #BDDF0D;
}
</style>
border-color css
<style>
span { border-color: #BDDF0D; }
span { border-color: rgb(189,223,13); }
td.TdClassName
{
border-color: #BDDF0D;
}
.TagClassName
{
border-color: #BDDF0D;
}
</style>