Shades of Inch Worm #BEF21C
Tints of Inch Worm #BEF21C
RGB
CMYK
RGB Variations
Color information
#BEF21C (or 0xBEF21C) is known color: Inch Worm. HEX triplet: BE, F2 and 1C. RGB value is (190,242,28). Sum of RGB (Red+Green+Blue) = 190+242+28=460 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.30% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF21C is #410DE3. Grayscale: #CACACA. Windows color (decimal): -4263396 or 1897150. OLE color: 1897150.
HSL color Cylindrical-coordinate representation of color #BEF21C: hue angle of 74.58º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BEF21C is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 242 | 28 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.05 |
| HSL | 74.58º | 0.89% | 0.53% | - |
| HSV(B) | 74.58º | 0.88% | 0.95% | - |
| XYZ | 53.2 | 74.54 | 12.68 | - |
| YUV | 202.06 | 29.77 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 242 | 28 | 0.21 | 0 | 0.88 | 0.05 | 74.58 | 0.89 | 0.53 |
| Hex | BE | F2 | 1C | 15 | 0 | 58 | 5 | 4B | 59 | 35 |
| Octal | 276 | 362 | 34 | 25 | 0 | 130 | 5 | 113 | 131 | 65 |
| Binary | 10111110 | 11110010 | 11100 | 10101 | 0 | 1011000 | 101 | 1001011 | 1011001 | 110101 |
Color Harmonies of #BEF21C
Complementary color
Monochromatic Colors of #BEF21C
Black with #BEF21C
Text Example
Text Example
White with #BEF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF21C; }
p { color: rgb(190,242,28); }
H1.HeaderClassName
{
color: #BEF21C;
}
.AnyTagClassName
{
color: #BEF21C;
}
</style>
background-color css
<style>
a { background-color: #BEF21C; }
a { background-color: rgb(190,242,28); }
div.DivClassName
{
background-color: #BEF21C;
}
.BgClassName
{
background-color: #BEF21C;
}
</style>
border-color css
<style>
span { border-color: #BEF21C; }
span { border-color: rgb(190,242,28); }
td.TdClassName
{
border-color: #BEF21C;
}
.TagClassName
{
border-color: #BEF21C;
}
</style>