#B5E02D

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

Shades of Fuego #B5E02D

Tints of Fuego #B5E02D

Color information

#B5E02D (or 0xB5E02D) is unknown color: approx Fuego. HEX triplet: B5, E0 and 2D. RGB value is (181,224,45). Sum of RGB (Red+Green+Blue) = 181+224+45=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 45 (17.97% from 255 or 10% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E02D is #4A1FD2. Grayscale: #BFBFBF. Windows color (decimal): -4857811 or 3006645. OLE color: 3006645.

HSL color Cylindrical-coordinate representation of color #B5E02D: hue angle of 74.41º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5E02D is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB18122445-
CMYK0.1900.800.12
HSL74.41º74.27%52.75%-
HSV(B)74.41º79.91%87.84%-
XYZ46.1963.3212.27-
YUV190.7445.75121.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 224 (87.89% from 255) = 49.78%
BLUE value IS 45 (17.97% from 255) = 10%
R=40.22%
G=49.78%
B=10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal181224450.1900.800.1274.4174.2752.75
HexB5E02D13050C4a4a35
Octal265340552301201411211265
Binary10110101111000001011011001101010000110010010101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E02D; }

 p { color: rgb(181,224,45); }

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

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

 a { background-color: rgb(181,224,45); }

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

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

 span { border-color: rgb(181,224,45); }

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