Shades of Inch Worm #BEF223
Tints of Inch Worm #BEF223
RGB
CMYK
RGB Variations
Color information
#BEF223 (or 0xBEF223) is known color: Inch Worm. HEX triplet: BE, F2 and 23. RGB value is (190,242,35). Sum of RGB (Red+Green+Blue) = 190+242+35=467 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.69% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 35 (14.06% from 255 or 7.49% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF223 is #410DDC. Grayscale: #CBCBCB. Windows color (decimal): -4263389 or 2355902. OLE color: 2355902.
HSL color Cylindrical-coordinate representation of color #BEF223: hue angle of 75.07º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BEF223 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 35 | - |
| CMYK | 0.21 | 0 | 0.86 | 0.05 |
| HSL | 75.07º | 0.89% | 0.54% | - |
| HSV(B) | 75.07º | 0.86% | 0.95% | - |
| XYZ | 53.29 | 74.57 | 13.18 | - |
| YUV | 202.85 | 33.27 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 35 | 0.21 | 0 | 0.86 | 0.05 | 75.07 | 0.89 | 0.54 |
| Hex | BE | F2 | 23 | 15 | 0 | 56 | 5 | 4B | 59 | 36 |
| Octal | 276 | 362 | 43 | 25 | 0 | 126 | 5 | 113 | 131 | 66 |
| Binary | 10111110 | 11110010 | 100011 | 10101 | 0 | 1010110 | 101 | 1001011 | 1011001 | 110110 |
Color Harmonies of #BEF223
Complementary color
Monochromatic Colors of #BEF223
Black with #BEF223
Text Example
Text Example
White with #BEF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF223; }
p { color: rgb(190,242,35); }
H1.HeaderClassName
{
color: #BEF223;
}
.AnyTagClassName
{
color: #BEF223;
}
</style>
background-color css
<style>
a { background-color: #BEF223; }
a { background-color: rgb(190,242,35); }
div.DivClassName
{
background-color: #BEF223;
}
.BgClassName
{
background-color: #BEF223;
}
</style>
border-color css
<style>
span { border-color: #BEF223; }
span { border-color: rgb(190,242,35); }
td.TdClassName
{
border-color: #BEF223;
}
.TagClassName
{
border-color: #BEF223;
}
</style>