Shades of Inch Worm #BDDF1D
Tints of Inch Worm #BDDF1D
RGB
CMYK
RGB Variations
Color information
#BDDF1D (or 0xBDDF1D) is known color: Inch Worm. HEX triplet: BD, DF and 1D. RGB value is (189,223,29). Sum of RGB (Red+Green+Blue) = 189+223+29=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 223 (87.5% from 255 or 50.57% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDDF1D is #4220E2. Grayscale: #BFBFBF. Windows color (decimal): -4333795 or 1957821. OLE color: 1957821.
HSL color Cylindrical-coordinate representation of color #BDDF1D: hue angle of 70.52º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BDDF1D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 29 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.13 |
| HSL | 70.52º | 0.77% | 0.49% | - |
| HSV(B) | 70.52º | 0.87% | 0.87% | - |
| XYZ | 47.6 | 63.68 | 10.95 | - |
| YUV | 190.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 29 | 0.15 | 0 | 0.87 | 0.13 | 70.52 | 0.77 | 0.49 |
| Hex | BD | DF | 1D | F | 0 | 57 | D | 47 | 4D | 31 |
| Octal | 275 | 337 | 35 | 17 | 0 | 127 | 15 | 107 | 115 | 61 |
| Binary | 10111101 | 11011111 | 11101 | 1111 | 0 | 1010111 | 1101 | 1000111 | 1001101 | 110001 |
Color Harmonies of #BDDF1D
Complementary color
Monochromatic Colors of #BDDF1D
Black with #BDDF1D
Text Example
Text Example
White with #BDDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF1D; }
p { color: rgb(189,223,29); }
H1.HeaderClassName
{
color: #BDDF1D;
}
.AnyTagClassName
{
color: #BDDF1D;
}
</style>
background-color css
<style>
a { background-color: #BDDF1D; }
a { background-color: rgb(189,223,29); }
div.DivClassName
{
background-color: #BDDF1D;
}
.BgClassName
{
background-color: #BDDF1D;
}
</style>
border-color css
<style>
span { border-color: #BDDF1D; }
span { border-color: rgb(189,223,29); }
td.TdClassName
{
border-color: #BDDF1D;
}
.TagClassName
{
border-color: #BDDF1D;
}
</style>