#C1E02D

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

Shades of Fuego #C1E02D

Tints of Fuego #C1E02D

Color information

#C1E02D (or 0xC1E02D) is unknown color: approx Fuego. HEX triplet: C1, E0 and 2D. RGB value is (193,224,45). Sum of RGB (Red+Green+Blue) = 193+224+45=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 224 (87.89% from 255 or 48.48% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 224 - color contains mainly: green. Hex color #C1E02D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E02D is #3E1FD2. Grayscale: #C3C3C3. Windows color (decimal): -4071379 or 3006657. OLE color: 3006657.

HSL color Cylindrical-coordinate representation of color #C1E02D: hue angle of 70.39º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C1E02D is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.

Color convert

RGB19322445-
CMYK0.1400.800.12
HSL70.39º74.27%52.75%-
HSV(B)70.39º79.91%87.84%-
XYZ49.1264.8412.41-
YUV194.3243.73127.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.77%
GREEN value IS 224 (87.89% from 255) = 48.48%
BLUE value IS 45 (17.97% from 255) = 9.74%
R=41.77%
G=48.48%
B=9.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal193224450.1400.800.1270.3974.2752.75
HexC1E02DE050C464a35
Octal301340551601201410611265
Binary1100000111100000101101111001010000110010001101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E02D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E02D; }

 p { color: rgb(193,224,45); }

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

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

 a { background-color: rgb(193,224,45); }

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

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

 span { border-color: rgb(193,224,45); }

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