Shades of Inch Worm #BEF71C
Tints of Inch Worm #BEF71C
RGB
CMYK
RGB Variations
Color information
#BEF71C (or 0xBEF71C) is known color: Inch Worm. HEX triplet: BE, F7 and 1C. RGB value is (190,247,28). Sum of RGB (Red+Green+Blue) = 190+247+28=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 28 (11.33% from 255 or 6.02% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF71C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF71C is #4108E3. Grayscale: #CDCDCD. Windows color (decimal): -4262116 or 1898430. OLE color: 1898430.
HSL color Cylindrical-coordinate representation of color #BEF71C: hue angle of 75.62º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BEF71C is Cyan = 0.23, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 190 | 247 | 28 | - |
| CMYK | 0.23 | 0 | 0.89 | 0.03 |
| HSL | 75.62º | 0.93% | 0.54% | - |
| HSV(B) | 75.62º | 0.89% | 0.97% | - |
| XYZ | 54.71 | 77.55 | 13.18 | - |
| YUV | 204.99 | 28.12 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 247 | 28 | 0.23 | 0 | 0.89 | 0.03 | 75.62 | 0.93 | 0.54 |
| Hex | BE | F7 | 1C | 17 | 0 | 59 | 3 | 4C | 5D | 36 |
| Octal | 276 | 367 | 34 | 27 | 0 | 131 | 3 | 114 | 135 | 66 |
| Binary | 10111110 | 11110111 | 11100 | 10111 | 0 | 1011001 | 11 | 1001100 | 1011101 | 110110 |
Color Harmonies of #BEF71C
Complementary color
Monochromatic Colors of #BEF71C
Black with #BEF71C
Text Example
Text Example
White with #BEF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF71C; }
p { color: rgb(190,247,28); }
H1.HeaderClassName
{
color: #BEF71C;
}
.AnyTagClassName
{
color: #BEF71C;
}
</style>
background-color css
<style>
a { background-color: #BEF71C; }
a { background-color: rgb(190,247,28); }
div.DivClassName
{
background-color: #BEF71C;
}
.BgClassName
{
background-color: #BEF71C;
}
</style>
border-color css
<style>
span { border-color: #BEF71C; }
span { border-color: rgb(190,247,28); }
td.TdClassName
{
border-color: #BEF71C;
}
.TagClassName
{
border-color: #BEF71C;
}
</style>