Shades of Inch Worm #BEDD17
Tints of Inch Worm #BEDD17
RGB
CMYK
RGB Variations
Color information
#BEDD17 (or 0xBEDD17) is known color: Inch Worm. HEX triplet: BE, DD and 17. RGB value is (190,221,23). Sum of RGB (Red+Green+Blue) = 190+221+23=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD17 is #4122E8. Grayscale: #BDBDBD. Windows color (decimal): -4268777 or 1564094. OLE color: 1564094.
HSL color Cylindrical-coordinate representation of color #BEDD17: hue angle of 69.39º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEDD17 is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 23 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.13 |
| HSL | 69.39º | 0.81% | 0.48% | - |
| HSV(B) | 69.39º | 0.9% | 0.87% | - |
| XYZ | 47.25 | 62.72 | 10.43 | - |
| YUV | 189.16 | 34.23 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 23 | 0.14 | 0 | 0.90 | 0.13 | 69.39 | 0.81 | 0.48 |
| Hex | BE | DD | 17 | E | 0 | 5A | D | 45 | 51 | 30 |
| Octal | 276 | 335 | 27 | 16 | 0 | 132 | 15 | 105 | 121 | 60 |
| Binary | 10111110 | 11011101 | 10111 | 1110 | 0 | 1011010 | 1101 | 1000101 | 1010001 | 110000 |
Color Harmonies of #BEDD17
Complementary color
Monochromatic Colors of #BEDD17
Black with #BEDD17
Text Example
Text Example
White with #BEDD17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD17; }
p { color: rgb(190,221,23); }
H1.HeaderClassName
{
color: #BEDD17;
}
.AnyTagClassName
{
color: #BEDD17;
}
</style>
background-color css
<style>
a { background-color: #BEDD17; }
a { background-color: rgb(190,221,23); }
div.DivClassName
{
background-color: #BEDD17;
}
.BgClassName
{
background-color: #BEDD17;
}
</style>
border-color css
<style>
span { border-color: #BEDD17; }
span { border-color: rgb(190,221,23); }
td.TdClassName
{
border-color: #BEDD17;
}
.TagClassName
{
border-color: #BEDD17;
}
</style>