#c7d57a

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

Shades of Deco #C7D57A

Tints of Deco #C7D57A

Color information

#C7D57A (or 0xC7D57A) is unknown color: approx Deco. HEX triplet: C7, D5 and 7A. RGB value is (199,213,122). Sum of RGB (Red+Green+Blue) = 199+213+122=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D57A is #382A85. Grayscale: #C6C6C6. Windows color (decimal): -3680902 or 8050119. OLE color: 8050119.

HSL color Cylindrical-coordinate representation of color #C7D57A: hue angle of 69.23º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C7D57A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB199213122-
CMYK0.0700.430.16
HSL69.23º52%65.69%-
HSV(B)69.23º42.72%83.53%-
XYZ50.8661.1427.53-
YUV198.4484.86128.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 213 (83.59% from 255) = 39.89%
BLUE value IS 122 (48.05% from 255) = 22.85%
R=37.27%
G=39.89%
B=22.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1992131220.0700.430.1669.235265.69
HexC7D57A702B10453442
Octal30732517270532010564102
Binary1100011111010101111101011101010111000010001011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c7d57a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c7d57a; }

 p { color: rgb(199,213,122); }

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

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

 a { background-color: rgb(199,213,122); }

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

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

 span { border-color: rgb(199,213,122); }

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