Shades of Inch Worm #BDDF18
Tints of Inch Worm #BDDF18
RGB
CMYK
RGB Variations
Color information
#BDDF18 (or 0xBDDF18) is known color: Inch Worm. HEX triplet: BD, DF and 18. RGB value is (189,223,24). Sum of RGB (Red+Green+Blue) = 189+223+24=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF18 is #4220E7. Grayscale: #BEBEBE. Windows color (decimal): -4333800 or 1630141. OLE color: 1630141.
HSL color Cylindrical-coordinate representation of color #BDDF18: hue angle of 70.25º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BDDF18 is Cyan = 0.15, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 24 | - |
| CMYK | 0.15 | 0 | 0.89 | 0.13 |
| HSL | 70.25º | 0.81% | 0.48% | - |
| HSV(B) | 70.25º | 0.89% | 0.87% | - |
| XYZ | 47.54 | 63.66 | 10.65 | - |
| YUV | 190.15 | 34.24 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 24 | 0.15 | 0 | 0.89 | 0.13 | 70.25 | 0.81 | 0.48 |
| Hex | BD | DF | 18 | F | 0 | 59 | D | 46 | 51 | 30 |
| Octal | 275 | 337 | 30 | 17 | 0 | 131 | 15 | 106 | 121 | 60 |
| Binary | 10111101 | 11011111 | 11000 | 1111 | 0 | 1011001 | 1101 | 1000110 | 1010001 | 110000 |
Color Harmonies of #BDDF18
Complementary color
Monochromatic Colors of #BDDF18
Black with #BDDF18
Text Example
Text Example
White with #BDDF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF18; }
p { color: rgb(189,223,24); }
H1.HeaderClassName
{
color: #BDDF18;
}
.AnyTagClassName
{
color: #BDDF18;
}
</style>
background-color css
<style>
a { background-color: #BDDF18; }
a { background-color: rgb(189,223,24); }
div.DivClassName
{
background-color: #BDDF18;
}
.BgClassName
{
background-color: #BDDF18;
}
</style>
border-color css
<style>
span { border-color: #BDDF18; }
span { border-color: rgb(189,223,24); }
td.TdClassName
{
border-color: #BDDF18;
}
.TagClassName
{
border-color: #BDDF18;
}
</style>