#BEE52C

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

Shades of Fuego #BEE52C

Tints of Fuego #BEE52C

Color information

#BEE52C (or 0xBEE52C) is unknown color: approx Fuego. HEX triplet: BE, E5 and 2C. RGB value is (190,229,44). Sum of RGB (Red+Green+Blue) = 190+229+44=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 229 (89.84% from 255 or 49.46% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 229 - color contains mainly: green. Hex color #BEE52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE52C is #411AD3. Grayscale: #C4C4C4. Windows color (decimal): -4266708 or 2942398. OLE color: 2942398.

HSL color Cylindrical-coordinate representation of color #BEE52C: hue angle of 72.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BEE52C is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB19022944-
CMYK0.1700.810.10
HSL72.65º78.06%53.53%-
HSV(B)72.65º80.79%89.8%-
XYZ49.7167.1712.73-
YUV196.2542.08123.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 229 (89.84% from 255) = 49.46%
BLUE value IS 44 (17.58% from 255) = 9.50%
R=41.04%
G=49.46%
B=9.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal190229440.1700.810.1072.6578.0653.53
HexBEE52C11051A494e36
Octal276345542101211211111666
Binary10111110111001011011001000101010001101010010011001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE52C; }

 p { color: rgb(190,229,44); }

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

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

 a { background-color: rgb(190,229,44); }

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

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

 span { border-color: rgb(190,229,44); }

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