#C5D97D

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

Shades of Deco #C5D97D

Tints of Deco #C5D97D

Color information

#C5D97D (or 0xC5D97D) is unknown color: approx Deco. HEX triplet: C5, D9 and 7D. RGB value is (197,217,125). Sum of RGB (Red+Green+Blue) = 197+217+125=539 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.55% from 539); Green value is 217 (85.16% from 255 or 40.26% from 539); Blue value is 125 (49.22% from 255 or 23.19% from 539); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D97D is #3A2682. Grayscale: #C8C8C8. Windows color (decimal): -3810947 or 8247749. OLE color: 8247749.

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

Color convert

RGB197217125-
CMYK0.0900.420.15
HSL73.04º54.76%67.06%-
HSV(B)73.04º42.4%85.1%-
XYZ51.5462.9828.84-
YUV200.5385.37125.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.55%
GREEN value IS 217 (85.16% from 255) = 40.26%
BLUE value IS 125 (49.22% from 255) = 23.19%
R=36.55%
G=40.26%
B=23.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1972171250.0900.420.1573.0454.7667.06
HexC5D97D902AF493743
Octal305331175110521711167103
Binary1100010111011001111110110010101010111110010011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D97D; }

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

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

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

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

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

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

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

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