#BEE42D

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

Shades of Fuego #BEE42D

Tints of Fuego #BEE42D

Color information

#BEE42D (or 0xBEE42D) is unknown color: approx Fuego. HEX triplet: BE, E4 and 2D. RGB value is (190,228,45). Sum of RGB (Red+Green+Blue) = 190+228+45=463 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.04% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE42D is #411BD2. Grayscale: #C4C4C4. Windows color (decimal): -4266963 or 3007678. OLE color: 3007678.

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

Color convert

RGB19022845-
CMYK0.1700.800.11
HSL72.46º77.22%53.53%-
HSV(B)72.46º80.26%89.41%-
XYZ49.4566.6212.74-
YUV195.7842.91123.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.04%
GREEN value IS 228 (89.45% from 255) = 49.24%
BLUE value IS 45 (17.97% from 255) = 9.72%
R=41.04%
G=49.24%
B=9.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190228450.1700.800.1172.4677.2253.53
HexBEE42D11050B484d36
Octal276344552101201311011566
Binary10111110111001001011011000101010000101110010001001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE42D; }

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

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

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

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

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

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

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

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