#C5D978

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

Shades of Deco #C5D978

Tints of Deco #C5D978

Color information

#C5D978 (or 0xC5D978) is unknown color: approx Deco. HEX triplet: C5, D9 and 78. RGB value is (197,217,120). Sum of RGB (Red+Green+Blue) = 197+217+120=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D978 is #3A2687. Grayscale: #C8C8C8. Windows color (decimal): -3810952 or 7920069. OLE color: 7920069.

HSL color Cylindrical-coordinate representation of color #C5D978: hue angle of 72.37º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5D978 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB197217120-
CMYK0.0900.450.15
HSL72.37º56.07%66.08%-
HSV(B)72.37º44.7%85.1%-
XYZ51.2362.8527.2-
YUV199.9682.87125.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.89%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 120 (47.27% from 255) = 22.47%
R=36.89%
G=40.64%
B=22.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171200.0900.450.1572.3756.0766.08
HexC5D978902DF483842
Octal305331170110551711070102
Binary1100010111011001111100010010101101111110010001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D978; }

 p { color: rgb(197,217,120); }

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

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

 a { background-color: rgb(197,217,120); }

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

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

 span { border-color: rgb(197,217,120); }

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