Shades of Inch Worm #BEF119
Tints of Inch Worm #BEF119
RGB
CMYK
RGB Variations
Color information
#BEF119 (or 0xBEF119) is known color: Inch Worm. HEX triplet: BE, F1 and 19. RGB value is (190,241,25). Sum of RGB (Red+Green+Blue) = 190+241+25=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 25 (10.16% from 255 or 5.48% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF119 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF119 is #410EE6. Grayscale: #C9C9C9. Windows color (decimal): -4263655 or 1700286. OLE color: 1700286.
HSL color Cylindrical-coordinate representation of color #BEF119: hue angle of 74.17º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BEF119 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 25 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 74.17º | 0.89% | 0.52% | - |
| HSV(B) | 74.17º | 0.9% | 0.95% | - |
| XYZ | 52.87 | 73.93 | 12.4 | - |
| YUV | 201.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 25 | 0.21 | 0 | 0.90 | 0.05 | 74.17 | 0.89 | 0.52 |
| Hex | BE | F1 | 19 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 276 | 361 | 31 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111110 | 11110001 | 11001 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BEF119
Complementary color
Monochromatic Colors of #BEF119
Black with #BEF119
Text Example
Text Example
White with #BEF119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF119; }
p { color: rgb(190,241,25); }
H1.HeaderClassName
{
color: #BEF119;
}
.AnyTagClassName
{
color: #BEF119;
}
</style>
background-color css
<style>
a { background-color: #BEF119; }
a { background-color: rgb(190,241,25); }
div.DivClassName
{
background-color: #BEF119;
}
.BgClassName
{
background-color: #BEF119;
}
</style>
border-color css
<style>
span { border-color: #BEF119; }
span { border-color: rgb(190,241,25); }
td.TdClassName
{
border-color: #BEF119;
}
.TagClassName
{
border-color: #BEF119;
}
</style>