Shades of Inch Worm #BEDD04
Tints of Inch Worm #BEDD04
RGB
CMYK
RGB Variations
Color information
#BEDD04 (or 0xBEDD04) is known color: Inch Worm. HEX triplet: BE, DD and 04. RGB value is (190,221,4). Sum of RGB (Red+Green+Blue) = 190+221+4=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDD04 is #4122FB. Grayscale: #BBBBBB. Windows color (decimal): -4268796 or 318910. OLE color: 318910.
HSL color Cylindrical-coordinate representation of color #BEDD04: hue angle of 68.57º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BEDD04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 190 | 221 | 4 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.13 |
| HSL | 68.57º | 0.96% | 0.44% | - |
| HSV(B) | 68.57º | 0.98% | 0.87% | - |
| XYZ | 47.11 | 62.67 | 9.73 | - |
| YUV | 186.99 | 24.73 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 221 | 4 | 0.14 | 0 | 0.98 | 0.13 | 68.57 | 0.96 | 0.44 |
| Hex | BE | DD | 4 | E | 0 | 62 | D | 45 | 60 | 2C |
| Octal | 276 | 335 | 4 | 16 | 0 | 142 | 15 | 105 | 140 | 54 |
| Binary | 10111110 | 11011101 | 100 | 1110 | 0 | 1100010 | 1101 | 1000101 | 1100000 | 101100 |
Color Harmonies of #BEDD04
Complementary color
Monochromatic Colors of #BEDD04
Black with #BEDD04
Text Example
Text Example
White with #BEDD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDD04; }
p { color: rgb(190,221,4); }
H1.HeaderClassName
{
color: #BEDD04;
}
.AnyTagClassName
{
color: #BEDD04;
}
</style>
background-color css
<style>
a { background-color: #BEDD04; }
a { background-color: rgb(190,221,4); }
div.DivClassName
{
background-color: #BEDD04;
}
.BgClassName
{
background-color: #BEDD04;
}
</style>
border-color css
<style>
span { border-color: #BEDD04; }
span { border-color: rgb(190,221,4); }
td.TdClassName
{
border-color: #BEDD04;
}
.TagClassName
{
border-color: #BEDD04;
}
</style>