#BEDD28

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

Shades of Fuego #BEDD28

Tints of Fuego #BEDD28

Color information

#BEDD28 (or 0xBEDD28) is unknown color: approx Fuego. HEX triplet: BE, DD and 28. RGB value is (190,221,40). Sum of RGB (Red+Green+Blue) = 190+221+40=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 40 (16.02% from 255 or 8.87% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #BEDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEDD28 is #4122D7. Grayscale: #BFBFBF. Windows color (decimal): -4268760 or 2678206. OLE color: 2678206.

HSL color Cylindrical-coordinate representation of color #BEDD28: hue angle of 70.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEDD28 is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB19022140-
CMYK0.1400.820.13
HSL70.28º72.69%51.18%-
HSV(B)70.28º81.9%86.67%-
XYZ47.4762.8111.63-
YUV191.142.73127.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.13%
GREEN value IS 221 (86.72% from 255) = 49.00%
BLUE value IS 40 (16.02% from 255) = 8.87%
R=42.13%
G=49.00%
B=8.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190221400.1400.820.1370.2872.6951.18
HexBEDD28E052D464933
Octal276335501601221510611163
Binary1011111011011101101000111001010010110110001101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDD28; }

 p { color: rgb(190,221,40); }

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

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

 a { background-color: rgb(190,221,40); }

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

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

 span { border-color: rgb(190,221,40); }

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