#C6D280

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

Shades of Deco #C6D280

Tints of Deco #C6D280

Color information

#C6D280 (or 0xC6D280) is unknown color: approx Deco. HEX triplet: C6, D2 and 80. RGB value is (198,210,128). Sum of RGB (Red+Green+Blue) = 198+210+128=536 (70% of max value = 765). Red value is 198 (77.73% from 255 or 36.94% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D280 is #392D7F. Grayscale: #C5C5C5. Windows color (decimal): -3747200 or 8442566. OLE color: 8442566.

HSL color Cylindrical-coordinate representation of color #C6D280: hue angle of 68.78º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6D280 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB198210128-
CMYK0.0600.390.18
HSL68.78º47.67%66.27%-
HSV(B)68.78º39.05%82.35%-
XYZ50.2359.6629.29-
YUV197.0689.02128.67-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 36.94%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 128 (50.39% from 255) = 23.88%
R=36.94%
G=39.18%
B=23.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1982101280.0600.390.1868.7847.6766.27
HexC6D280602712453042
Octal30632220060472210560102
Binary11000110110100101000000011001001111001010001011100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D280; }

 p { color: rgb(198,210,128); }

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

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

 a { background-color: rgb(198,210,128); }

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

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

 span { border-color: rgb(198,210,128); }

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