Html Css Color HEX #BEF00A Inch Worm

📋 copy color: '#BEF00A'

red 190 ◦ green 240 ◦ blue 10

#BEF00A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Inch Worm #BEF00A

Tints of Inch Worm #BEF00A

RGB

 RED value IS 190 (74.61% from 255) = 43.18%

 GREEN value IS 240 (94.14% from 255) = 54.55%

 BLUE value IS 10 (4.3% from 255) = 2.27%

R = 43.18%
G = 54.55%
B = 2.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEF00A (or 0xBEF00A) is known color: Inch Worm. HEX triplet: BE, F0 and 0A. RGB value is (190,240,10). Sum of RGB (Red+Green+Blue) = 190+240+10=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 240 (94.14% from 255 or 54.55% from 440); Blue value is 10 (4.30% from 255 or 2.27% from 440); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BEF00A is #410FF5. Grayscale: #C7C7C7. Windows color (decimal): -4263926 or 716990. OLE color: 716990.

HSL color Cylindrical-coordinate representation of color #BEF00A: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BEF00A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 10 -
CMYK 0.21 0 0.96 0.06
HSL 73.04º 0.92% 0.49% -
HSV(B) 73.04º 0.96% 0.94% -
XYZ 52.45 73.29 11.67 -
YUV 198.83 21.44 121.7 -
System Red Green Blue C M Y K H S L
Decimal 190 240 10 0.21 0 0.96 0.06 73.04 0.92 0.49
Hex BE F0 A 15 0 60 6 49 5C 31
Octal 276 360 12 25 0 140 6 111 134 61
Binary 10111110 11110000 1010 10101 0 1100000 110 1001001 1011100 110001

Color Harmonies of #BEF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF00A

Black with #BEF00A

Text Example


Text Example

White with #BEF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF00A; }

 p { color: rgb(190,240,10); }

 H1.HeaderClassName
 {
   color: #BEF00A;
 }
 .AnyTagClassName
 {
   color: #BEF00A;
 }
</style>

background-color css

<style>
 a { background-color: #BEF00A; }

 a { background-color: rgb(190,240,10); }

 div.DivClassName
 {
   background-color: #BEF00A;
 }
 .BgClassName
 {
   background-color: #BEF00A;
 }
</style>

border-color css

<style>
 span { border-color: #BEF00A; }

 span { border-color: rgb(190,240,10); }

 td.TdClassName
 {
   border-color: #BEF00A;
 }
 .TagClassName
 {
   border-color: #BEF00A;
 }
</style>