Shades of Inch Worm #BEF10D
Tints of Inch Worm #BEF10D
RGB
CMYK
RGB Variations
Color information
#BEF10D (or 0xBEF10D) is known color: Inch Worm. HEX triplet: BE, F1 and 0D. RGB value is (190,241,13). Sum of RGB (Red+Green+Blue) = 190+241+13=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 13 (5.47% from 255 or 2.93% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF10D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF10D is #410EF2. Grayscale: #C8C8C8. Windows color (decimal): -4263667 or 913854. OLE color: 913854.
HSL color Cylindrical-coordinate representation of color #BEF10D: hue angle of 73.42º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF10D is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 13 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.42º | 0.9% | 0.5% | - |
| HSV(B) | 73.42º | 0.95% | 0.95% | - |
| XYZ | 52.76 | 73.89 | 11.86 | - |
| YUV | 199.76 | 22.6 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 13 | 0.21 | 0 | 0.95 | 0.05 | 73.42 | 0.9 | 0.5 |
| Hex | BE | F1 | D | 15 | 0 | 5F | 5 | 49 | 5A | 32 |
| Octal | 276 | 361 | 15 | 25 | 0 | 137 | 5 | 111 | 132 | 62 |
| Binary | 10111110 | 11110001 | 1101 | 10101 | 0 | 1011111 | 101 | 1001001 | 1011010 | 110010 |
Color Harmonies of #BEF10D
Complementary color
Monochromatic Colors of #BEF10D
Black with #BEF10D
Text Example
Text Example
White with #BEF10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF10D; }
p { color: rgb(190,241,13); }
H1.HeaderClassName
{
color: #BEF10D;
}
.AnyTagClassName
{
color: #BEF10D;
}
</style>
background-color css
<style>
a { background-color: #BEF10D; }
a { background-color: rgb(190,241,13); }
div.DivClassName
{
background-color: #BEF10D;
}
.BgClassName
{
background-color: #BEF10D;
}
</style>
border-color css
<style>
span { border-color: #BEF10D; }
span { border-color: rgb(190,241,13); }
td.TdClassName
{
border-color: #BEF10D;
}
.TagClassName
{
border-color: #BEF10D;
}
</style>