Shades of Inch Worm #BEF413
Tints of Inch Worm #BEF413
RGB
CMYK
RGB Variations
Color information
#BEF413 (or 0xBEF413) is known color: Inch Worm. HEX triplet: BE, F4 and 13. RGB value is (190,244,19). Sum of RGB (Red+Green+Blue) = 190+244+19=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 244 (95.70% from 255 or 53.86% from 453); Blue value is 19 (7.81% from 255 or 4.19% from 453); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF413 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF413 is #410BEC. Grayscale: #CBCBCB. Windows color (decimal): -4262893 or 1307838. OLE color: 1307838.
HSL color Cylindrical-coordinate representation of color #BEF413: hue angle of 74.4º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BEF413 is Cyan = 0.22, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 244 | 19 | - |
| CMYK | 0.22 | 0 | 0.92 | 0.04 |
| HSL | 74.4º | 0.91% | 0.52% | - |
| HSV(B) | 74.4º | 0.92% | 0.96% | - |
| XYZ | 53.7 | 75.7 | 12.4 | - |
| YUV | 202.2 | 24.61 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 244 | 19 | 0.22 | 0 | 0.92 | 0.04 | 74.4 | 0.91 | 0.52 |
| Hex | BE | F4 | 13 | 16 | 0 | 5C | 4 | 4A | 5B | 34 |
| Octal | 276 | 364 | 23 | 26 | 0 | 134 | 4 | 112 | 133 | 64 |
| Binary | 10111110 | 11110100 | 10011 | 10110 | 0 | 1011100 | 100 | 1001010 | 1011011 | 110100 |
Color Harmonies of #BEF413
Complementary color
Monochromatic Colors of #BEF413
Black with #BEF413
Text Example
Text Example
White with #BEF413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF413; }
p { color: rgb(190,244,19); }
H1.HeaderClassName
{
color: #BEF413;
}
.AnyTagClassName
{
color: #BEF413;
}
</style>
background-color css
<style>
a { background-color: #BEF413; }
a { background-color: rgb(190,244,19); }
div.DivClassName
{
background-color: #BEF413;
}
.BgClassName
{
background-color: #BEF413;
}
</style>
border-color css
<style>
span { border-color: #BEF413; }
span { border-color: rgb(190,244,19); }
td.TdClassName
{
border-color: #BEF413;
}
.TagClassName
{
border-color: #BEF413;
}
</style>