#C2E11F

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

Shades of Fuego #C2E11F

Tints of Fuego #C2E11F

Color information

#C2E11F (or 0xC2E11F) is unknown color: approx Fuego. HEX triplet: C2, E1 and 1F. RGB value is (194,225,31). Sum of RGB (Red+Green+Blue) = 194+225+31=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 31 (12.5% from 255 or 6.89% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2E11F is #3D1EE0. Grayscale: #C2C2C2. Windows color (decimal): -4005601 or 2089410. OLE color: 2089410.

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

Color convert

RGB19422531-
CMYK0.1400.860.12
HSL69.59º76.38%50.2%-
HSV(B)69.59º86.22%88.24%-
XYZ49.4265.4211.32-
YUV193.6136.23128.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.11%
GREEN value IS 225 (88.28% from 255) = 50%
BLUE value IS 31 (12.5% from 255) = 6.89%
R=43.11%
G=50%
B=6.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal194225310.1400.860.1269.5976.3850.2
HexC2E11FE056C464c32
Octal302341371601261410611462
Binary110000101110000111111111001010110110010001101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2E11F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2E11F; }

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

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

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

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

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

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

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

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