#C5CD35

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

Shades of Fuego #C5CD35

Tints of Fuego #C5CD35

Color information

#C5CD35 (or 0xC5CD35) is unknown color: approx Fuego. HEX triplet: C5, CD and 35. RGB value is (197,205,53). Sum of RGB (Red+Green+Blue) = 197+205+53=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #C5CD35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5CD35 is #3A32CA. Grayscale: #B9B9B9. Windows color (decimal): -3814091 or 3526085. OLE color: 3526085.

HSL color Cylindrical-coordinate representation of color #C5CD35: hue angle of 63.16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5CD35 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.

Color convert

RGB19720553-
CMYK0.0400.740.20
HSL63.16º60.32%50.59%-
HSV(B)63.16º74.15%80.39%-
XYZ45.555.7911.74-
YUV185.2853.35136.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 205 (80.47% from 255) = 45.05%
BLUE value IS 53 (21.09% from 255) = 11.65%
R=43.30%
G=45.05%
B=11.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal197205530.0400.740.2063.1660.3250.59
HexC5CD35404A143f3c33
Octal305315654011224777463
Binary11000101110011011101011000100101010100111111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CD35; }

 p { color: rgb(197,205,53); }

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

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

 a { background-color: rgb(197,205,53); }

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

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

 span { border-color: rgb(197,205,53); }

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