#C5E01E

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

Shades of Fuego #C5E01E

Tints of Fuego #C5E01E

Color information

#C5E01E (or 0xC5E01E) is unknown color: approx Fuego. HEX triplet: C5, E0 and 1E. RGB value is (197,224,30). Sum of RGB (Red+Green+Blue) = 197+224+30=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 30 (12.11% from 255 or 6.65% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5E01E is #3A1FE1. Grayscale: #C2C2C2. Windows color (decimal): -3809250 or 2023621. OLE color: 2023621.

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

Color convert

RGB19722430-
CMYK0.1200.870.12
HSL68.35º76.38%49.8%-
HSV(B)68.35º86.61%87.84%-
XYZ49.9265.2811.2-
YUV193.8135.55130.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.68%
GREEN value IS 224 (87.89% from 255) = 49.67%
BLUE value IS 30 (12.11% from 255) = 6.65%
R=43.68%
G=49.67%
B=6.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal197224300.1200.870.1268.3576.3849.8
HexC5E01EC057C444c32
Octal305340361401271410411462
Binary110001011110000011110110001010111110010001001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E01E; }

 p { color: rgb(197,224,30); }

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

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

 a { background-color: rgb(197,224,30); }

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

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

 span { border-color: rgb(197,224,30); }

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