#C2E12A

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

Shades of Fuego #C2E12A

Tints of Fuego #C2E12A

Color information

#C2E12A (or 0xC2E12A) is unknown color: approx Fuego. HEX triplet: C2, E1 and 2A. RGB value is (194,225,42). Sum of RGB (Red+Green+Blue) = 194+225+42=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 42 (16.80% from 255 or 9.11% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E12A is #3D1ED5. Grayscale: #C3C3C3. Windows color (decimal): -4005590 or 2810306. OLE color: 2810306.

HSL color Cylindrical-coordinate representation of color #C2E12A: hue angle of 70.16º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E12A is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB19422542-
CMYK0.1400.810.12
HSL70.16º75.31%52.35%-
HSV(B)70.16º81.33%88.24%-
XYZ49.5965.4912.22-
YUV194.8741.73127.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 42 (16.80% from 255) = 9.11%
R=42.08%
G=48.81%
B=9.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194225420.1400.810.1270.1675.3152.35
HexC2E12AE051C464b34
Octal302341521601211410611364
Binary1100001011100001101010111001010001110010001101001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E12A; }

 p { color: rgb(194,225,42); }

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

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

 a { background-color: rgb(194,225,42); }

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

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

 span { border-color: rgb(194,225,42); }

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