Html Css Color HEX #BEE52A Fuego

📋 copy color: '#BEE52A'

red 190 ◦ green 229 ◦ blue 42

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

Shades of Fuego #BEE52A

Tints of Fuego #BEE52A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.67%

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

R = 41.21%
G = 49.67%
B = 9.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#BEE52A (or 0xBEE52A) is known color: Fuego. HEX triplet: BE, E5 and 2A. RGB value is (190,229,42). Sum of RGB (Red+Green+Blue) = 190+229+42=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 229 (89.84% from 255 or 49.67% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE52A is #411AD5. Grayscale: #C4C4C4. Windows color (decimal): -4266710 or 2811326. OLE color: 2811326.

HSL color Cylindrical-coordinate representation of color #BEE52A: hue angle of 72.51º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEE52A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 229 42 -
CMYK 0.17 0 0.82 0.10
HSL 72.51º 0.78% 0.53% -
HSV(B) 72.51º 0.82% 0.9% -
XYZ 49.67 67.15 12.53 -
YUV 196.02 41.08 123.71 -
System Red Green Blue C M Y K H S L
Decimal 190 229 42 0.17 0 0.82 0.10 72.51 0.78 0.53
Hex BE E5 2A 11 0 52 A 49 4E 35
Octal 276 345 52 21 0 122 12 111 116 65
Binary 10111110 11100101 101010 10001 0 1010010 1010 1001001 1001110 110101

Color Harmonies of #BEE52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE52A

Black with #BEE52A

Text Example


Text Example

White with #BEE52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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