#C5D174

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

Shades of Deco #C5D174

Tints of Deco #C5D174

Color information

#C5D174 (or 0xC5D174) is unknown color: approx Deco. HEX triplet: C5, D1 and 74. RGB value is (197,209,116). Sum of RGB (Red+Green+Blue) = 197+209+116=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #C5D174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D174 is #3A2E8B. Grayscale: #C3C3C3. Windows color (decimal): -3813004 or 7655877. OLE color: 7655877.

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

Color convert

RGB197209116-
CMYK0.0600.440.18
HSL67.74º50.27%63.73%-
HSV(B)67.74º44.5%81.96%-
XYZ48.9858.7325.28-
YUV194.8183.52129.56-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 209 (82.03% from 255) = 40.04%
BLUE value IS 116 (45.70% from 255) = 22.22%
R=37.74%
G=40.04%
B=22.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1972091160.0600.440.1867.7450.2763.73
HexC5D174602C12443240
Octal30532116460542210462100
Binary1100010111010001111010011001011001001010001001100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D174; }

 p { color: rgb(197,209,116); }

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

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

 a { background-color: rgb(197,209,116); }

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

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

 span { border-color: rgb(197,209,116); }

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