#bee42b

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

Shades of Fuego #BEE42B

Tints of Fuego #BEE42B

Color information

#BEE42B (or 0xBEE42B) is unknown color: approx Fuego. HEX triplet: BE, E4 and 2B. RGB value is (190,228,43). Sum of RGB (Red+Green+Blue) = 190+228+43=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 228 (89.45% from 255 or 49.46% from 461); Blue value is 43 (17.19% from 255 or 9.33% from 461); Max value from RGB is 228 - color contains mainly: green. Hex color #BEE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE42B is #411BD4. Grayscale: #C4C4C4. Windows color (decimal): -4266965 or 2876606. OLE color: 2876606.

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

Color convert

RGB19022843-
CMYK0.1700.810.11
HSL72.32º77.41%53.14%-
HSV(B)72.32º81.14%89.41%-
XYZ49.4166.6112.54-
YUV195.5541.91124.04-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 228 (89.45% from 255) = 49.46%
BLUE value IS 43 (17.19% from 255) = 9.33%
R=41.21%
G=49.46%
B=9.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal190228430.1700.810.1172.3277.4153.14
HexBEE42B11051B484d35
Octal276344532101211311011565
Binary10111110111001001010111000101010001101110010001001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bee42b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bee42b; }

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

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

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

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

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

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

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

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