Html Css Color HEX #BEE322 Fuego

📋 copy color: '#BEE322'

red 190 ◦ green 227 ◦ blue 34

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

Shades of Fuego #BEE322

Tints of Fuego #BEE322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.54%

R = 42.13%
G = 50.33%
B = 7.54%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#BEE322 (or 0xBEE322) is known color: Fuego. HEX triplet: BE, E3 and 22. RGB value is (190,227,34). Sum of RGB (Red+Green+Blue) = 190+227+34=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 34 (13.67% from 255 or 7.54% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE322 is #411CDD. Grayscale: #C2C2C2. Windows color (decimal): -4267230 or 2286526. OLE color: 2286526.

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

Color convert

RGB 190 227 34 -
CMYK 0.16 0 0.85 0.11
HSL 71.5º 0.78% 0.51% -
HSV(B) 71.5º 0.85% 0.89% -
XYZ 48.99 66 11.67 -
YUV 193.94 37.74 125.19 -
System Red Green Blue C M Y K H S L
Decimal 190 227 34 0.16 0 0.85 0.11 71.5 0.78 0.51
Hex BE E3 22 10 0 55 B 48 4E 33
Octal 276 343 42 20 0 125 13 110 116 63
Binary 10111110 11100011 100010 10000 0 1010101 1011 1001000 1001110 110011

Color Harmonies of #BEE322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE322

Black with #BEE322

Text Example


Text Example

White with #BEE322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE322; }

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

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

background-color css

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

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

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

border-color css

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

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

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