#B7E52C

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

Shades of Fuego #B7E52C

Tints of Fuego #B7E52C

Color information

#B7E52C (or 0xB7E52C) is unknown color: approx Fuego. HEX triplet: B7, E5 and 2C. RGB value is (183,229,44). Sum of RGB (Red+Green+Blue) = 183+229+44=456 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.13% from 456); Green value is 229 (89.84% from 255 or 50.22% from 456); Blue value is 44 (17.58% from 255 or 9.65% from 456); Max value from RGB is 229 - color contains mainly: green. Hex color #B7E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7E52C is #481AD3. Grayscale: #C2C2C2. Windows color (decimal): -4725460 or 2942391. OLE color: 2942391.

HSL color Cylindrical-coordinate representation of color #B7E52C: hue angle of 74.92º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7E52C is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB18322944-
CMYK0.2000.810.10
HSL74.92º78.06%53.53%-
HSV(B)74.92º80.79%89.8%-
XYZ4866.2912.65-
YUV194.1643.26120.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.13%
GREEN value IS 229 (89.84% from 255) = 50.22%
BLUE value IS 44 (17.58% from 255) = 9.65%
R=40.13%
G=50.22%
B=9.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal183229440.2000.810.1074.9278.0653.53
HexB7E52C14051A4b4e36
Octal267345542401211211311666
Binary10110111111001011011001010001010001101010010111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E52C; }

 p { color: rgb(183,229,44); }

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

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

 a { background-color: rgb(183,229,44); }

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

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

 span { border-color: rgb(183,229,44); }

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