#C2E32C

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

Shades of Fuego #C2E32C

Tints of Fuego #C2E32C

Color information

#C2E32C (or 0xC2E32C) is unknown color: approx Fuego. HEX triplet: C2, E3 and 2C. RGB value is (194,227,44). Sum of RGB (Red+Green+Blue) = 194+227+44=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 227 (89.06% from 255 or 48.82% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E32C is #3D1CD3. Grayscale: #C4C4C4. Windows color (decimal): -4005076 or 2941890. OLE color: 2941890.

HSL color Cylindrical-coordinate representation of color #C2E32C: hue angle of 70.82º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2E32C is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB19422744-
CMYK0.1500.810.11
HSL70.82º76.57%53.14%-
HSV(B)70.82º80.62%89.02%-
XYZ50.1766.5912.59-
YUV196.2742.07126.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 227 (89.06% from 255) = 48.82%
BLUE value IS 44 (17.58% from 255) = 9.46%
R=41.72%
G=48.82%
B=9.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal194227440.1500.810.1170.8276.5753.14
HexC2E32CF051B474d35
Octal302343541701211310711565
Binary1100001011100011101100111101010001101110001111001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E32C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E32C; }

 p { color: rgb(194,227,44); }

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

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

 a { background-color: rgb(194,227,44); }

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

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

 span { border-color: rgb(194,227,44); }

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