Shades of Inch Worm #BEDB14
Tints of Inch Worm #BEDB14
RGB
CMYK
RGB Variations
Color information
#BEDB14 (or 0xBEDB14) is known color: Inch Worm. HEX triplet: BE, DB and 14. RGB value is (190,219,20). Sum of RGB (Red+Green+Blue) = 190+219+20=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #BEDB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BEDB14 is #4124EB. Grayscale: #BCBCBC. Windows color (decimal): -4269292 or 1366974. OLE color: 1366974.
HSL color Cylindrical-coordinate representation of color #BEDB14: hue angle of 68.74º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEDB14 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 190 | 219 | 20 | - |
| CMYK | 0.13 | 0 | 0.91 | 0.14 |
| HSL | 68.74º | 0.83% | 0.47% | - |
| HSV(B) | 68.74º | 0.91% | 0.86% | - |
| XYZ | 46.69 | 61.66 | 10.1 | - |
| YUV | 187.64 | 33.39 | 129.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 219 | 20 | 0.13 | 0 | 0.91 | 0.14 | 68.74 | 0.83 | 0.47 |
| Hex | BE | DB | 14 | D | 0 | 5B | E | 45 | 53 | 2F |
| Octal | 276 | 333 | 24 | 15 | 0 | 133 | 16 | 105 | 123 | 57 |
| Binary | 10111110 | 11011011 | 10100 | 1101 | 0 | 1011011 | 1110 | 1000101 | 1010011 | 101111 |
Color Harmonies of #BEDB14
Complementary color
Monochromatic Colors of #BEDB14
Black with #BEDB14
Text Example
Text Example
White with #BEDB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEDB14; }
p { color: rgb(190,219,20); }
H1.HeaderClassName
{
color: #BEDB14;
}
.AnyTagClassName
{
color: #BEDB14;
}
</style>
background-color css
<style>
a { background-color: #BEDB14; }
a { background-color: rgb(190,219,20); }
div.DivClassName
{
background-color: #BEDB14;
}
.BgClassName
{
background-color: #BEDB14;
}
</style>
border-color css
<style>
span { border-color: #BEDB14; }
span { border-color: rgb(190,219,20); }
td.TdClassName
{
border-color: #BEDB14;
}
.TagClassName
{
border-color: #BEDB14;
}
</style>