Html Css Color HEX #BEEA2A Fuego

📋 copy color: '#BEEA2A'

red 190 ◦ green 234 ◦ blue 42

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

Shades of Fuego #BEEA2A

Tints of Fuego #BEEA2A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.21%

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

R = 40.77%
G = 50.21%
B = 9.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#BEEA2A (or 0xBEEA2A) is known color: Fuego. HEX triplet: BE, EA and 2A. RGB value is (190,234,42). Sum of RGB (Red+Green+Blue) = 190+234+42=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 42 (16.80% from 255 or 9.01% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEEA2A is #4115D5. Grayscale: #C7C7C7. Windows color (decimal): -4265430 or 2812606. OLE color: 2812606.

HSL color Cylindrical-coordinate representation of color #BEEA2A: hue angle of 73.75º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEEA2A is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 42 -
CMYK 0.19 0 0.82 0.08
HSL 73.75º 0.82% 0.54% -
HSV(B) 73.75º 0.82% 0.92% -
XYZ 51.08 69.96 13 -
YUV 198.96 39.42 121.61 -
System Red Green Blue C M Y K H S L
Decimal 190 234 42 0.19 0 0.82 0.08 73.75 0.82 0.54
Hex BE EA 2A 13 0 52 8 4A 52 36
Octal 276 352 52 23 0 122 10 112 122 66
Binary 10111110 11101010 101010 10011 0 1010010 1000 1001010 1010010 110110

Color Harmonies of #BEEA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA2A

Black with #BEEA2A

Text Example


Text Example

White with #BEEA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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