#C1E31F

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

Shades of Fuego #C1E31F

Tints of Fuego #C1E31F

Color information

#C1E31F (or 0xC1E31F) is unknown color: approx Fuego. HEX triplet: C1, E3 and 1F. RGB value is (193,227,31). Sum of RGB (Red+Green+Blue) = 193+227+31=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 227 (89.06% from 255 or 50.33% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1E31F is #3E1CE0. Grayscale: #C3C3C3. Windows color (decimal): -4070625 or 2089921. OLE color: 2089921.

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

Color convert

RGB19322731-
CMYK0.1500.860.11
HSL70.41º77.78%50.59%-
HSV(B)70.41º86.34%89.02%-
XYZ49.7166.3711.49-
YUV194.4935.74126.94-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 227 (89.06% from 255) = 50.33%
BLUE value IS 31 (12.5% from 255) = 6.87%
R=42.79%
G=50.33%
B=6.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal193227310.1500.860.1170.4177.7850.59
HexC1E31FF056B464e33
Octal301343371701261310611663
Binary110000011110001111111111101010110101110001101001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1E31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1E31F; }

 p { color: rgb(193,227,31); }

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

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

 a { background-color: rgb(193,227,31); }

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

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

 span { border-color: rgb(193,227,31); }

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