#C5D431

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

Shades of Fuego #C5D431

Tints of Fuego #C5D431

Color information

#C5D431 (or 0xC5D431) is unknown color: approx Fuego. HEX triplet: C5, D4 and 31. RGB value is (197,212,49). Sum of RGB (Red+Green+Blue) = 197+212+49=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 212 (83.20% from 255 or 46.29% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D431 is #3A2BCE. Grayscale: #BDBDBD. Windows color (decimal): -3812303 or 3265733. OLE color: 3265733.

HSL color Cylindrical-coordinate representation of color #C5D431: hue angle of 65.52º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5D431 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB19721249-
CMYK0.0700.770.17
HSL65.52º65.46%51.18%-
HSV(B)65.52º76.89%83.14%-
XYZ47.1259.1811.84-
YUV188.9349.03133.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.01%
GREEN value IS 212 (83.20% from 255) = 46.29%
BLUE value IS 49 (19.53% from 255) = 10.70%
R=43.01%
G=46.29%
B=10.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal197212490.0700.770.1765.5265.4651.18
HexC5D431704D11424133
Octal30532461701152110210163
Binary1100010111010100110001111010011011000110000101000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D431; }

 p { color: rgb(197,212,49); }

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

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

 a { background-color: rgb(197,212,49); }

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

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

 span { border-color: rgb(197,212,49); }

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