Shades of Inch Worm #BEF118
Tints of Inch Worm #BEF118
RGB
CMYK
RGB Variations
Color information
#BEF118 (or 0xBEF118) is known color: Inch Worm. HEX triplet: BE, F1 and 18. RGB value is (190,241,24). Sum of RGB (Red+Green+Blue) = 190+241+24=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 24 (9.77% from 255 or 5.27% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF118 is #410EE7. Grayscale: #C9C9C9. Windows color (decimal): -4263656 or 1634750. OLE color: 1634750.
HSL color Cylindrical-coordinate representation of color #BEF118: hue angle of 74.1º 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 #BEF118 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 241 | 24 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.05 |
| HSL | 74.1º | 0.89% | 0.52% | - |
| HSV(B) | 74.1º | 0.9% | 0.95% | - |
| XYZ | 52.86 | 73.92 | 12.35 | - |
| YUV | 201.01 | 28.1 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 241 | 24 | 0.21 | 0 | 0.90 | 0.05 | 74.1 | 0.89 | 0.52 |
| Hex | BE | F1 | 18 | 15 | 0 | 5A | 5 | 4A | 59 | 34 |
| Octal | 276 | 361 | 30 | 25 | 0 | 132 | 5 | 112 | 131 | 64 |
| Binary | 10111110 | 11110001 | 11000 | 10101 | 0 | 1011010 | 101 | 1001010 | 1011001 | 110100 |
Color Harmonies of #BEF118
Complementary color
Monochromatic Colors of #BEF118
Black with #BEF118
Text Example
Text Example
White with #BEF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF118; }
p { color: rgb(190,241,24); }
H1.HeaderClassName
{
color: #BEF118;
}
.AnyTagClassName
{
color: #BEF118;
}
</style>
background-color css
<style>
a { background-color: #BEF118; }
a { background-color: rgb(190,241,24); }
div.DivClassName
{
background-color: #BEF118;
}
.BgClassName
{
background-color: #BEF118;
}
</style>
border-color css
<style>
span { border-color: #BEF118; }
span { border-color: rgb(190,241,24); }
td.TdClassName
{
border-color: #BEF118;
}
.TagClassName
{
border-color: #BEF118;
}
</style>