Shades of Inch Worm #BEF20C
Tints of Inch Worm #BEF20C
RGB
CMYK
RGB Variations
Color information
#BEF20C (or 0xBEF20C) is known color: Inch Worm. HEX triplet: BE, F2 and 0C. RGB value is (190,242,12). Sum of RGB (Red+Green+Blue) = 190+242+12=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 242 (94.92% from 255 or 54.50% from 444); Blue value is 12 (5.08% from 255 or 2.70% from 444); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF20C is #410DF3. Grayscale: #C9C9C9. Windows color (decimal): -4263412 or 848574. OLE color: 848574.
HSL color Cylindrical-coordinate representation of color #BEF20C: hue angle of 73.57º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF20C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.05 |
| HSL | 73.57º | 0.91% | 0.5% | - |
| HSV(B) | 73.57º | 0.95% | 0.95% | - |
| XYZ | 53.05 | 74.48 | 11.93 | - |
| YUV | 200.23 | 21.77 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 12 | 0.21 | 0 | 0.95 | 0.05 | 73.57 | 0.91 | 0.5 |
| Hex | BE | F2 | C | 15 | 0 | 5F | 5 | 4A | 5B | 32 |
| Octal | 276 | 362 | 14 | 25 | 0 | 137 | 5 | 112 | 133 | 62 |
| Binary | 10111110 | 11110010 | 1100 | 10101 | 0 | 1011111 | 101 | 1001010 | 1011011 | 110010 |
Color Harmonies of #BEF20C
Complementary color
Monochromatic Colors of #BEF20C
Black with #BEF20C
Text Example
Text Example
White with #BEF20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF20C; }
p { color: rgb(190,242,12); }
H1.HeaderClassName
{
color: #BEF20C;
}
.AnyTagClassName
{
color: #BEF20C;
}
</style>
background-color css
<style>
a { background-color: #BEF20C; }
a { background-color: rgb(190,242,12); }
div.DivClassName
{
background-color: #BEF20C;
}
.BgClassName
{
background-color: #BEF20C;
}
</style>
border-color css
<style>
span { border-color: #BEF20C; }
span { border-color: rgb(190,242,12); }
td.TdClassName
{
border-color: #BEF20C;
}
.TagClassName
{
border-color: #BEF20C;
}
</style>