#C2D12C

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

Shades of Fuego #C2D12C

Tints of Fuego #C2D12C

Color information

#C2D12C (or 0xC2D12C) is unknown color: approx Fuego. HEX triplet: C2, D1 and 2C. RGB value is (194,209,44). Sum of RGB (Red+Green+Blue) = 194+209+44=447 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.40% from 447); Green value is 209 (82.03% from 255 or 46.76% from 447); Blue value is 44 (17.58% from 255 or 9.84% from 447); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D12C is #3D2ED3. Grayscale: #BABABA. Windows color (decimal): -4009684 or 2937282. OLE color: 2937282.

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

Color convert

RGB19420944-
CMYK0.0700.790.18
HSL65.45º65.22%49.61%-
HSV(B)65.45º78.95%81.96%-
XYZ45.557.2511.04-
YUV185.748.03133.92-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.40%
GREEN value IS 209 (82.03% from 255) = 46.76%
BLUE value IS 44 (17.58% from 255) = 9.84%
R=43.40%
G=46.76%
B=9.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194209440.0700.790.1865.4565.2249.61
HexC2D12C704F12414132
Octal30232154701172210110162
Binary1100001011010001101100111010011111001010000011000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D12C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D12C; }

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

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

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

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

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

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

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

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