Shades of Inch Worm #BEF212
Tints of Inch Worm #BEF212
RGB
CMYK
RGB Variations
Color information
#BEF212 (or 0xBEF212) is known color: Inch Worm. HEX triplet: BE, F2 and 12. RGB value is (190,242,18). Sum of RGB (Red+Green+Blue) = 190+242+18=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 18 (7.42% from 255 or 4% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF212 is #410DED. Grayscale: #C9C9C9. Windows color (decimal): -4263406 or 1241790. OLE color: 1241790.
HSL color Cylindrical-coordinate representation of color #BEF212: hue angle of 73.93º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BEF212 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 18 | - |
| CMYK | 0.21 | 0 | 0.93 | 0.05 |
| HSL | 73.93º | 0.9% | 0.51% | - |
| HSV(B) | 73.93º | 0.93% | 0.95% | - |
| XYZ | 53.1 | 74.5 | 12.15 | - |
| YUV | 200.92 | 24.77 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 18 | 0.21 | 0 | 0.93 | 0.05 | 73.93 | 0.9 | 0.51 |
| Hex | BE | F2 | 12 | 15 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 276 | 362 | 22 | 25 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111110 | 11110010 | 10010 | 10101 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BEF212
Complementary color
Monochromatic Colors of #BEF212
Black with #BEF212
Text Example
Text Example
White with #BEF212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF212; }
p { color: rgb(190,242,18); }
H1.HeaderClassName
{
color: #BEF212;
}
.AnyTagClassName
{
color: #BEF212;
}
</style>
background-color css
<style>
a { background-color: #BEF212; }
a { background-color: rgb(190,242,18); }
div.DivClassName
{
background-color: #BEF212;
}
.BgClassName
{
background-color: #BEF212;
}
</style>
border-color css
<style>
span { border-color: #BEF212; }
span { border-color: rgb(190,242,18); }
td.TdClassName
{
border-color: #BEF212;
}
.TagClassName
{
border-color: #BEF212;
}
</style>