Html Css Color HEX #BEE32A Fuego

📋 copy color: '#BEE32A'

red 190 ◦ green 227 ◦ blue 42

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

Shades of Fuego #BEE32A

Tints of Fuego #BEE32A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.46%

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

R = 41.39%
G = 49.46%
B = 9.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#BEE32A (or 0xBEE32A) is known color: Fuego. HEX triplet: BE, E3 and 2A. RGB value is (190,227,42). Sum of RGB (Red+Green+Blue) = 190+227+42=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE32A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE32A is #411CD5. Grayscale: #C3C3C3. Windows color (decimal): -4267222 or 2810814. OLE color: 2810814.

HSL color Cylindrical-coordinate representation of color #BEE32A: hue angle of 72º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE32A is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 227 42 -
CMYK 0.16 0 0.81 0.11
HSL 72º 0.77% 0.53% -
HSV(B) 72º 0.81% 0.89% -
XYZ 49.12 66.05 12.35 -
YUV 194.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 190 227 42 0.16 0 0.81 0.11 72 0.77 0.53
Hex BE E3 2A 10 0 51 B 48 4D 35
Octal 276 343 52 20 0 121 13 110 115 65
Binary 10111110 11100011 101010 10000 0 1010001 1011 1001000 1001101 110101

Color Harmonies of #BEE32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE32A

Black with #BEE32A

Text Example


Text Example

White with #BEE32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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