#c2d130

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

Shades of Fuego #C2D130

Tints of Fuego #C2D130

Color information

#C2D130 (or 0xC2D130) is unknown color: approx Fuego. HEX triplet: C2, D1 and 30. RGB value is (194,209,48). Sum of RGB (Red+Green+Blue) = 194+209+48=451 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.02% from 451); Green value is 209 (82.03% from 255 or 46.34% from 451); Blue value is 48 (19.14% from 255 or 10.64% from 451); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D130 is #3D2ECF. Grayscale: #BABABA. Windows color (decimal): -4009680 or 3199426. OLE color: 3199426.

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

Color convert

RGB19420948-
CMYK0.0700.770.18
HSL65.59º63.64%50.39%-
HSV(B)65.59º77.03%81.96%-
XYZ45.5857.2811.45-
YUV186.1650.03133.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.02%
GREEN value IS 209 (82.03% from 255) = 46.34%
BLUE value IS 48 (19.14% from 255) = 10.64%
R=43.02%
G=46.34%
B=10.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal194209480.0700.770.1865.5963.6450.39
HexC2D130704D12424032
Octal30232160701152210210062
Binary1100001011010001110000111010011011001010000101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2d130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2d130; }

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

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

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

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

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

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

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

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