#C1E52A

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

Shades of Fuego #C1E52A

Tints of Fuego #C1E52A

Color information

#C1E52A (or 0xC1E52A) is unknown color: approx Fuego. HEX triplet: C1, E5 and 2A. RGB value is (193,229,42). Sum of RGB (Red+Green+Blue) = 193+229+42=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 229 (89.84% from 255 or 49.35% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E52A is #3E1AD5. Grayscale: #C5C5C5. Windows color (decimal): -4070102 or 2811329. OLE color: 2811329.

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

Color convert

RGB19322942-
CMYK0.1600.820.10
HSL71.55º78.24%53.14%-
HSV(B)71.55º81.66%89.8%-
XYZ50.4367.5412.57-
YUV196.9240.57125.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 229 (89.84% from 255) = 49.35%
BLUE value IS 42 (16.80% from 255) = 9.05%
R=41.59%
G=49.35%
B=9.05%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal193229420.1600.820.1071.5578.2453.14
HexC1E52A10052A484e35
Octal301345522001221211011665
Binary11000001111001011010101000001010010101010010001001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E52A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E52A; }

 p { color: rgb(193,229,42); }

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

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

 a { background-color: rgb(193,229,42); }

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

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

 span { border-color: rgb(193,229,42); }

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