Html Css Color HEX #BEE220 Fuego

📋 copy color: '#BEE220'

red 190 ◦ green 226 ◦ blue 32

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

Shades of Fuego #BEE220

Tints of Fuego #BEE220

RGB

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

 GREEN value IS 226 (88.67% from 255) = 50.45%

 BLUE value IS 32 (12.89% from 255) = 7.14%

R = 42.41%
G = 50.45%
B = 7.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#BEE220 (or 0xBEE220) is known color: Fuego. HEX triplet: BE, E2 and 20. RGB value is (190,226,32). Sum of RGB (Red+Green+Blue) = 190+226+32=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 226 (88.67% from 255 or 50.45% from 448); Blue value is 32 (12.89% from 255 or 7.14% from 448); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE220 is #411DDF. Grayscale: #C1C1C1. Windows color (decimal): -4267488 or 2155198. OLE color: 2155198.

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

Color convert

RGB 190 226 32 -
CMYK 0.16 0 0.86 0.11
HSL 71.13º 0.77% 0.51% -
HSV(B) 71.13º 0.86% 0.89% -
XYZ 48.69 65.44 11.43 -
YUV 193.12 37.07 125.77 -
System Red Green Blue C M Y K H S L
Decimal 190 226 32 0.16 0 0.86 0.11 71.13 0.77 0.51
Hex BE E2 20 10 0 56 B 47 4D 33
Octal 276 342 40 20 0 126 13 107 115 63
Binary 10111110 11100010 100000 10000 0 1010110 1011 1000111 1001101 110011

Color Harmonies of #BEE220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE220

Black with #BEE220

Text Example


Text Example

White with #BEE220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE220; }

 p { color: rgb(190,226,32); }

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

background-color css

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

 a { background-color: rgb(190,226,32); }

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

border-color css

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

 span { border-color: rgb(190,226,32); }

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