Shades of Inch Worm #BEF512
Tints of Inch Worm #BEF512
RGB
CMYK
RGB Variations
Color information
#BEF512 (or 0xBEF512) is known color: Inch Worm. HEX triplet: BE, F5 and 12. RGB value is (190,245,18). Sum of RGB (Red+Green+Blue) = 190+245+18=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 245 (96.09% from 255 or 54.08% from 453); Blue value is 18 (7.42% from 255 or 3.97% from 453); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF512 is #410AED. Grayscale: #CBCBCB. Windows color (decimal): -4262638 or 1242558. OLE color: 1242558.
HSL color Cylindrical-coordinate representation of color #BEF512: hue angle of 74.54º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEF512 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 190 | 245 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.04 |
| HSL | 74.54º | 0.92% | 0.52% | - |
| HSV(B) | 74.54º | 0.93% | 0.96% | - |
| XYZ | 54 | 76.3 | 12.45 | - |
| YUV | 202.68 | 23.78 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 245 | 18 | 0.22 | 0 | 0.93 | 0.04 | 74.54 | 0.92 | 0.52 |
| Hex | BE | F5 | 12 | 16 | 0 | 5D | 4 | 4B | 5C | 34 |
| Octal | 276 | 365 | 22 | 26 | 0 | 135 | 4 | 113 | 134 | 64 |
| Binary | 10111110 | 11110101 | 10010 | 10110 | 0 | 1011101 | 100 | 1001011 | 1011100 | 110100 |
Color Harmonies of #BEF512
Complementary color
Monochromatic Colors of #BEF512
Black with #BEF512
Text Example
Text Example
White with #BEF512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF512; }
p { color: rgb(190,245,18); }
H1.HeaderClassName
{
color: #BEF512;
}
.AnyTagClassName
{
color: #BEF512;
}
</style>
background-color css
<style>
a { background-color: #BEF512; }
a { background-color: rgb(190,245,18); }
div.DivClassName
{
background-color: #BEF512;
}
.BgClassName
{
background-color: #BEF512;
}
</style>
border-color css
<style>
span { border-color: #BEF512; }
span { border-color: rgb(190,245,18); }
td.TdClassName
{
border-color: #BEF512;
}
.TagClassName
{
border-color: #BEF512;
}
</style>