#C7D480

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

Shades of Deco #C7D480

Tints of Deco #C7D480

Color information

#C7D480 (or 0xC7D480) is unknown color: approx Deco. HEX triplet: C7, D4 and 80. RGB value is (199,212,128). Sum of RGB (Red+Green+Blue) = 199+212+128=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D480 is #382B7F. Grayscale: #C6C6C6. Windows color (decimal): -3681152 or 8443079. OLE color: 8443079.

HSL color Cylindrical-coordinate representation of color #C7D480: hue angle of 69.29º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7D480 is Cyan = 0.06, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB199212128-
CMYK0.0600.400.17
HSL69.29º49.41%66.67%-
HSV(B)69.29º39.62%83.14%-
XYZ50.9960.7929.47-
YUV198.5488.19128.33-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 212 (83.20% from 255) = 39.33%
BLUE value IS 128 (50.39% from 255) = 23.75%
R=36.92%
G=39.33%
B=23.75%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1992121280.0600.400.1769.2949.4166.67
HexC7D480602811453143
Octal30732420060502110561103
Binary11000111110101001000000011001010001000110001011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7D480; }

 p { color: rgb(199,212,128); }

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

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

 a { background-color: rgb(199,212,128); }

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

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

 span { border-color: rgb(199,212,128); }

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