#BEE22D

Color #BEE22D Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #BEE22D

Tints of Fuego #BEE22D

Color information

#BEE22D (or 0xBEE22D) is unknown color: approx Fuego. HEX triplet: BE, E2 and 2D. RGB value is (190,226,45). Sum of RGB (Red+Green+Blue) = 190+226+45=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 226 (88.67% from 255 or 49.02% from 461); Blue value is 45 (17.97% from 255 or 9.76% from 461); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE22D is #411DD2. Grayscale: #C3C3C3. Windows color (decimal): -4267475 or 3007166. OLE color: 3007166.

HSL color Cylindrical-coordinate representation of color #BEE22D: hue angle of 71.93º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BEE22D is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB19022645-
CMYK0.1600.800.11
HSL71.93º75.73%53.14%-
HSV(B)71.93º80.09%88.63%-
XYZ48.9165.5312.55-
YUV194.643.57124.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 226 (88.67% from 255) = 49.02%
BLUE value IS 45 (17.97% from 255) = 9.76%
R=41.21%
G=49.02%
B=9.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190226450.1600.800.1171.9375.7353.14
HexBEE22D10050B484c35
Octal276342552001201311011465
Binary10111110111000101011011000001010000101110010001001100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE22D; }

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

 H1.HeaderClassName
 {
   color: #BEE22D;
 }
 .AnyTagClassName
 {
   color: #BEE22D;
 }
</style>
background-color css

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

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

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

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

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

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