#BEE122

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

Shades of Fuego #BEE122

Tints of Fuego #BEE122

Color information

#BEE122 (or 0xBEE122) is unknown color: approx Fuego. HEX triplet: BE, E1 and 22. RGB value is (190,225,34). Sum of RGB (Red+Green+Blue) = 190+225+34=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE122 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEE122 is #411EDD. Grayscale: #C1C1C1. Windows color (decimal): -4267742 or 2286014. OLE color: 2286014.

HSL color Cylindrical-coordinate representation of color #BEE122: hue angle of 70.99º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEE122 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB19022534-
CMYK0.1600.850.12
HSL70.99º76.1%50.78%-
HSV(B)70.99º84.89%88.24%-
XYZ48.4564.9111.49-
YUV192.7638.4126.03-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.32%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 34 (13.67% from 255) = 7.57%
R=42.32%
G=50.11%
B=7.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal190225340.1600.850.1270.9976.150.78
HexBEE12210055C474c33
Octal276341422001251410711463
Binary10111110111000011000101000001010101110010001111001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEE122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEE122; }

 p { color: rgb(190,225,34); }

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

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

 a { background-color: rgb(190,225,34); }

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

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

 span { border-color: rgb(190,225,34); }

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