#C5D379

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

Shades of Deco #C5D379

Tints of Deco #C5D379

Color information

#C5D379 (or 0xC5D379) is unknown color: approx Deco. HEX triplet: C5, D3 and 79. RGB value is (197,211,121). Sum of RGB (Red+Green+Blue) = 197+211+121=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 121 (47.66% from 255 or 22.87% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D379 is #3A2C86. Grayscale: #C4C4C4. Windows color (decimal): -3812487 or 7984069. OLE color: 7984069.

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

Color convert

RGB197211121-
CMYK0.0700.430.17
HSL69.33º50.56%65.1%-
HSV(B)69.33º42.65%82.75%-
XYZ49.7759.8427.02-
YUV196.5585.36128.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.24%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 121 (47.66% from 255) = 22.87%
R=37.24%
G=39.89%
B=22.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111210.0700.430.1769.3350.5665.1
HexC5D379702B11453341
Octal30532317170532110563101
Binary1100010111010011111100111101010111000110001011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D379; }

 p { color: rgb(197,211,121); }

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

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

 a { background-color: rgb(197,211,121); }

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

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

 span { border-color: rgb(197,211,121); }

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