Shades of Inch Worm #BEF00C
Tints of Inch Worm #BEF00C
RGB
CMYK
RGB Variations
Color information
#BEF00C (or 0xBEF00C) is known color: Inch Worm. HEX triplet: BE, F0 and 0C. RGB value is (190,240,12). Sum of RGB (Red+Green+Blue) = 190+240+12=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 240 (94.14% from 255 or 54.30% from 442); Blue value is 12 (5.08% from 255 or 2.71% from 442); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF00C is #410FF3. Grayscale: #C7C7C7. Windows color (decimal): -4263924 or 848062. OLE color: 848062.
HSL color Cylindrical-coordinate representation of color #BEF00C: hue angle of 73.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BEF00C is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 190 | 240 | 12 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.06 |
| HSL | 73.16º | 0.9% | 0.49% | - |
| HSV(B) | 73.16º | 0.95% | 0.94% | - |
| XYZ | 52.46 | 73.29 | 11.73 | - |
| YUV | 199.06 | 22.44 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 240 | 12 | 0.21 | 0 | 0.95 | 0.06 | 73.16 | 0.9 | 0.49 |
| Hex | BE | F0 | C | 15 | 0 | 5F | 6 | 49 | 5A | 31 |
| Octal | 276 | 360 | 14 | 25 | 0 | 137 | 6 | 111 | 132 | 61 |
| Binary | 10111110 | 11110000 | 1100 | 10101 | 0 | 1011111 | 110 | 1001001 | 1011010 | 110001 |
Color Harmonies of #BEF00C
Complementary color
Monochromatic Colors of #BEF00C
Black with #BEF00C
Text Example
Text Example
White with #BEF00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEF00C; }
p { color: rgb(190,240,12); }
H1.HeaderClassName
{
color: #BEF00C;
}
.AnyTagClassName
{
color: #BEF00C;
}
</style>
background-color css
<style>
a { background-color: #BEF00C; }
a { background-color: rgb(190,240,12); }
div.DivClassName
{
background-color: #BEF00C;
}
.BgClassName
{
background-color: #BEF00C;
}
</style>
border-color css
<style>
span { border-color: #BEF00C; }
span { border-color: rgb(190,240,12); }
td.TdClassName
{
border-color: #BEF00C;
}
.TagClassName
{
border-color: #BEF00C;
}
</style>