Shades of Inch Worm #BEF515
Tints of Inch Worm #BEF515
RGB
CMYK
RGB Variations
Color information
#BEF515 (or 0xBEF515) is known color: Inch Worm. HEX triplet: BE, F5 and 15. RGB value is (190,245,21). Sum of RGB (Red+Green+Blue) = 190+245+21=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 21 (8.59% from 255 or 4.61% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF515 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF515 is #410AEA. Grayscale: #CBCBCB. Windows color (decimal): -4262635 or 1439166. OLE color: 1439166.
HSL color Cylindrical-coordinate representation of color #BEF515: hue angle of 74.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BEF515 is Cyan = 0.22, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 21 | - |
| CMYK | 0.22 | 0 | 0.91 | 0.04 |
| HSL | 74.73º | 0.92% | 0.52% | - |
| HSV(B) | 74.73º | 0.91% | 0.96% | - |
| XYZ | 54.02 | 76.31 | 12.59 | - |
| YUV | 203.02 | 25.28 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 21 | 0.22 | 0 | 0.91 | 0.04 | 74.73 | 0.92 | 0.52 |
| Hex | BE | F5 | 15 | 16 | 0 | 5B | 4 | 4B | 5C | 34 |
| Octal | 276 | 365 | 25 | 26 | 0 | 133 | 4 | 113 | 134 | 64 |
| Binary | 10111110 | 11110101 | 10101 | 10110 | 0 | 1011011 | 100 | 1001011 | 1011100 | 110100 |
Color Harmonies of #BEF515
Complementary color
Monochromatic Colors of #BEF515
Black with #BEF515
Text Example
Text Example
White with #BEF515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF515; }
p { color: rgb(190,245,21); }
H1.HeaderClassName
{
color: #BEF515;
}
.AnyTagClassName
{
color: #BEF515;
}
</style>
background-color css
<style>
a { background-color: #BEF515; }
a { background-color: rgb(190,245,21); }
div.DivClassName
{
background-color: #BEF515;
}
.BgClassName
{
background-color: #BEF515;
}
</style>
border-color css
<style>
span { border-color: #BEF515; }
span { border-color: rgb(190,245,21); }
td.TdClassName
{
border-color: #BEF515;
}
.TagClassName
{
border-color: #BEF515;
}
</style>