Shades of Inch Worm #BEF312
Tints of Inch Worm #BEF312
RGB
CMYK
RGB Variations
Color information
#BEF312 (or 0xBEF312) is known color: Inch Worm. HEX triplet: BE, F3 and 12. RGB value is (190,243,18). Sum of RGB (Red+Green+Blue) = 190+243+18=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 243 (95.31% from 255 or 53.88% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF312 is #410CED. Grayscale: #CACACA. Windows color (decimal): -4263150 or 1242046. OLE color: 1242046.
HSL color Cylindrical-coordinate representation of color #BEF312: hue angle of 74.13º 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 #BEF312 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 190 | 243 | 18 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.05 |
| HSL | 74.13º | 0.9% | 0.51% | - |
| HSV(B) | 74.13º | 0.93% | 0.95% | - |
| XYZ | 53.39 | 75.09 | 12.25 | - |
| YUV | 201.5 | 24.44 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 243 | 18 | 0.22 | 0 | 0.93 | 0.05 | 74.13 | 0.9 | 0.51 |
| Hex | BE | F3 | 12 | 16 | 0 | 5D | 5 | 4A | 5A | 33 |
| Octal | 276 | 363 | 22 | 26 | 0 | 135 | 5 | 112 | 132 | 63 |
| Binary | 10111110 | 11110011 | 10010 | 10110 | 0 | 1011101 | 101 | 1001010 | 1011010 | 110011 |
Color Harmonies of #BEF312
Complementary color
Monochromatic Colors of #BEF312
Black with #BEF312
Text Example
Text Example
White with #BEF312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF312; }
p { color: rgb(190,243,18); }
H1.HeaderClassName
{
color: #BEF312;
}
.AnyTagClassName
{
color: #BEF312;
}
</style>
background-color css
<style>
a { background-color: #BEF312; }
a { background-color: rgb(190,243,18); }
div.DivClassName
{
background-color: #BEF312;
}
.BgClassName
{
background-color: #BEF312;
}
</style>
border-color css
<style>
span { border-color: #BEF312; }
span { border-color: rgb(190,243,18); }
td.TdClassName
{
border-color: #BEF312;
}
.TagClassName
{
border-color: #BEF312;
}
</style>