#B0E02D

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

Shades of Fuego #B0E02D

Tints of Fuego #B0E02D

Color information

#B0E02D (or 0xB0E02D) is unknown color: approx Fuego. HEX triplet: B0, E0 and 2D. RGB value is (176,224,45). Sum of RGB (Red+Green+Blue) = 176+224+45=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0E02D is #4F1FD2. Grayscale: #BDBDBD. Windows color (decimal): -5185491 or 3006640. OLE color: 3006640.

HSL color Cylindrical-coordinate representation of color #B0E02D: hue angle of 76.09º 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 #B0E02D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB17622445-
CMYK0.2100.800.12
HSL76.09º74.27%52.75%-
HSV(B)76.09º79.91%87.84%-
XYZ45.0362.7312.22-
YUV189.2446.6118.55-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.55%
GREEN value IS 224 (87.89% from 255) = 50.34%
BLUE value IS 45 (17.97% from 255) = 10.11%
R=39.55%
G=50.34%
B=10.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal176224450.2100.800.1276.0974.2752.75
HexB0E02D15050C4c4a35
Octal260340552501201411411265
Binary10110000111000001011011010101010000110010011001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0E02D; }

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

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

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

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

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

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

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

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