Html Css Color HEX #BEE02A Fuego

📋 copy color: '#BEE02A'

red 190 ◦ green 224 ◦ blue 42

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

Shades of Fuego #BEE02A

Tints of Fuego #BEE02A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.12%

 BLUE value IS 42 (16.8% from 255) = 9.21%

R = 41.67%
G = 49.12%
B = 9.21%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#BEE02A (or 0xBEE02A) is known color: Fuego. HEX triplet: BE, E0 and 2A. RGB value is (190,224,42). Sum of RGB (Red+Green+Blue) = 190+224+42=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 224 (87.89% from 255 or 49.12% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE02A is #411FD5. Grayscale: #C1C1C1. Windows color (decimal): -4267990 or 2810046. OLE color: 2810046.

HSL color Cylindrical-coordinate representation of color #BEE02A: hue angle of 71.21º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE02A is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 42 -
CMYK 0.15 0 0.81 0.12
HSL 71.21º 0.75% 0.52% -
HSV(B) 71.21º 0.81% 0.88% -
XYZ 48.31 64.43 12.08 -
YUV 193.09 42.74 125.8 -
System Red Green Blue C M Y K H S L
Decimal 190 224 42 0.15 0 0.81 0.12 71.21 0.75 0.52
Hex BE E0 2A F 0 51 C 47 4B 34
Octal 276 340 52 17 0 121 14 107 113 64
Binary 10111110 11100000 101010 1111 0 1010001 1100 1000111 1001011 110100

Color Harmonies of #BEE02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE02A

Black with #BEE02A

Text Example


Text Example

White with #BEE02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE02A; }

 p { color: rgb(190,224,42); }

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

background-color css

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

 a { background-color: rgb(190,224,42); }

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

border-color css

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

 span { border-color: rgb(190,224,42); }

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