Shades of Inch Worm #BEF00D
Tints of Inch Worm #BEF00D
RGB
CMYK
RGB Variations
Color information
#BEF00D (or 0xBEF00D) is known color: Inch Worm. HEX triplet: BE, F0 and 0D. RGB value is (190,240,13). Sum of RGB (Red+Green+Blue) = 190+240+13=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 240 (94.14% from 255 or 54.18% from 443); Blue value is 13 (5.47% from 255 or 2.93% from 443); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF00D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF00D is #410FF2. Grayscale: #C8C8C8. Windows color (decimal): -4263923 or 913598. OLE color: 913598.
HSL color Cylindrical-coordinate representation of color #BEF00D: hue angle of 73.22º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF00D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.06 |
| HSL | 73.22º | 0.9% | 0.5% | - |
| HSV(B) | 73.22º | 0.95% | 0.94% | - |
| XYZ | 52.47 | 73.3 | 11.76 | - |
| YUV | 199.17 | 22.94 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 13 | 0.21 | 0 | 0.95 | 0.06 | 73.22 | 0.9 | 0.5 |
| Hex | BE | F0 | D | 15 | 0 | 5F | 6 | 49 | 5A | 32 |
| Octal | 276 | 360 | 15 | 25 | 0 | 137 | 6 | 111 | 132 | 62 |
| Binary | 10111110 | 11110000 | 1101 | 10101 | 0 | 1011111 | 110 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BEF00D
Complementary color
Monochromatic Colors of #BEF00D
Black with #BEF00D
Text Example
Text Example
White with #BEF00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF00D; }
p { color: rgb(190,240,13); }
H1.HeaderClassName
{
color: #BEF00D;
}
.AnyTagClassName
{
color: #BEF00D;
}
</style>
background-color css
<style>
a { background-color: #BEF00D; }
a { background-color: rgb(190,240,13); }
div.DivClassName
{
background-color: #BEF00D;
}
.BgClassName
{
background-color: #BEF00D;
}
</style>
border-color css
<style>
span { border-color: #BEF00D; }
span { border-color: rgb(190,240,13); }
td.TdClassName
{
border-color: #BEF00D;
}
.TagClassName
{
border-color: #BEF00D;
}
</style>