Shades of Inch Worm #BDDF15
Tints of Inch Worm #BDDF15
RGB
CMYK
RGB Variations
Color information
#BDDF15 (or 0xBDDF15) is known color: Inch Worm. HEX triplet: BD, DF and 15. RGB value is (189,223,21). Sum of RGB (Red+Green+Blue) = 189+223+21=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #BDDF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDDF15 is #4220EA. Grayscale: #BEBEBE. Windows color (decimal): -4333803 or 1433533. OLE color: 1433533.
HSL color Cylindrical-coordinate representation of color #BDDF15: hue angle of 70.1º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BDDF15 is Cyan = 0.15, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 223 | 21 | - |
| CMYK | 0.15 | 0 | 0.91 | 0.13 |
| HSL | 70.1º | 0.83% | 0.48% | - |
| HSV(B) | 70.1º | 0.91% | 0.87% | - |
| XYZ | 47.51 | 63.65 | 10.49 | - |
| YUV | 189.81 | 32.74 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 223 | 21 | 0.15 | 0 | 0.91 | 0.13 | 70.1 | 0.83 | 0.48 |
| Hex | BD | DF | 15 | F | 0 | 5B | D | 46 | 53 | 30 |
| Octal | 275 | 337 | 25 | 17 | 0 | 133 | 15 | 106 | 123 | 60 |
| Binary | 10111101 | 11011111 | 10101 | 1111 | 0 | 1011011 | 1101 | 1000110 | 1010011 | 110000 |
Color Harmonies of #BDDF15
Complementary color
Monochromatic Colors of #BDDF15
Black with #BDDF15
Text Example
Text Example
White with #BDDF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDF15; }
p { color: rgb(189,223,21); }
H1.HeaderClassName
{
color: #BDDF15;
}
.AnyTagClassName
{
color: #BDDF15;
}
</style>
background-color css
<style>
a { background-color: #BDDF15; }
a { background-color: rgb(189,223,21); }
div.DivClassName
{
background-color: #BDDF15;
}
.BgClassName
{
background-color: #BDDF15;
}
</style>
border-color css
<style>
span { border-color: #BDDF15; }
span { border-color: rgb(189,223,21); }
td.TdClassName
{
border-color: #BDDF15;
}
.TagClassName
{
border-color: #BDDF15;
}
</style>