Html Css Color HEX #BEE12A Fuego

📋 copy color: '#BEE12A'

red 190 ◦ green 225 ◦ blue 42

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

Shades of Fuego #BEE12A

Tints of Fuego #BEE12A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.23%

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

R = 41.58%
G = 49.23%
B = 9.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#BEE12A (or 0xBEE12A) is known color: Fuego. HEX triplet: BE, E1 and 2A. RGB value is (190,225,42). Sum of RGB (Red+Green+Blue) = 190+225+42=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 42 (16.80% from 255 or 9.19% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE12A is #411ED5. Grayscale: #C2C2C2. Windows color (decimal): -4267734 or 2810302. OLE color: 2810302.

HSL color Cylindrical-coordinate representation of color #BEE12A: hue angle of 71.48º 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 #BEE12A is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 42 -
CMYK 0.16 0 0.81 0.12
HSL 71.48º 0.75% 0.52% -
HSV(B) 71.48º 0.81% 0.88% -
XYZ 48.58 64.96 12.17 -
YUV 193.67 42.4 125.38 -
System Red Green Blue C M Y K H S L
Decimal 190 225 42 0.16 0 0.81 0.12 71.48 0.75 0.52
Hex BE E1 2A 10 0 51 C 47 4B 34
Octal 276 341 52 20 0 121 14 107 113 64
Binary 10111110 11100001 101010 10000 0 1010001 1100 1000111 1001011 110100

Color Harmonies of #BEE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE12A

Black with #BEE12A

Text Example


Text Example

White with #BEE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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