Html Css Color HEX #BEE221 Fuego

📋 copy color: '#BEE221'

red 190 ◦ green 226 ◦ blue 33

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

Shades of Fuego #BEE221

Tints of Fuego #BEE221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.35%

R = 42.32%
G = 50.33%
B = 7.35%

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

#BEE221 (or 0xBEE221) is known color: Fuego. HEX triplet: BE, E2 and 21. RGB value is (190,226,33). Sum of RGB (Red+Green+Blue) = 190+226+33=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 226 (88.67% from 255 or 50.33% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE221 is #411DDE. Grayscale: #C1C1C1. Windows color (decimal): -4267487 or 2220734. OLE color: 2220734.

HSL color Cylindrical-coordinate representation of color #BEE221: hue angle of 71.19º degrees, saturation: 0.77, 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 #BEE221 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 226 33 -
CMYK 0.16 0 0.85 0.11
HSL 71.19º 0.77% 0.51% -
HSV(B) 71.19º 0.85% 0.89% -
XYZ 48.71 65.45 11.5 -
YUV 193.23 37.57 125.69 -
System Red Green Blue C M Y K H S L
Decimal 190 226 33 0.16 0 0.85 0.11 71.19 0.77 0.51
Hex BE E2 21 10 0 55 B 47 4D 33
Octal 276 342 41 20 0 125 13 107 115 63
Binary 10111110 11100010 100001 10000 0 1010101 1011 1000111 1001101 110011

Color Harmonies of #BEE221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE221

Black with #BEE221

Text Example


Text Example

White with #BEE221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE221; }

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

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

background-color css

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

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

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

border-color css

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

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

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