#c1d12d

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

Shades of Fuego #C1D12D

Tints of Fuego #C1D12D

Color information

#C1D12D (or 0xC1D12D) is unknown color: approx Fuego. HEX triplet: C1, D1 and 2D. RGB value is (193,209,45). Sum of RGB (Red+Green+Blue) = 193+209+45=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 45 (17.97% from 255 or 10.07% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D12D is #3E2ED2. Grayscale: #BABABA. Windows color (decimal): -4075219 or 3002817. OLE color: 3002817.

HSL color Cylindrical-coordinate representation of color #C1D12D: hue angle of 65.85º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C1D12D is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB19320945-
CMYK0.0800.780.18
HSL65.85º64.57%49.8%-
HSV(B)65.85º78.47%81.96%-
XYZ45.2757.1311.12-
YUV185.5248.7133.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 209 (82.03% from 255) = 46.76%
BLUE value IS 45 (17.97% from 255) = 10.07%
R=43.18%
G=46.76%
B=10.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193209450.0800.780.1865.8564.5749.8
HexC1D12D804E12424132
Octal301321551001162210210162
Binary11000001110100011011011000010011101001010000101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1d12d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1d12d; }

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

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

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

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

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

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

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

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