#C3D480

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

Shades of Deco #C3D480

Tints of Deco #C3D480

Color information

#C3D480 (or 0xC3D480) is unknown color: approx Deco. HEX triplet: C3, D4 and 80. RGB value is (195,212,128). Sum of RGB (Red+Green+Blue) = 195+212+128=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #C3D480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3D480 is #3C2B7F. Grayscale: #C5C5C5. Windows color (decimal): -3943296 or 8443075. OLE color: 8443075.

HSL color Cylindrical-coordinate representation of color #C3D480: hue angle of 72.14º 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 #C3D480 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB195212128-
CMYK0.0800.400.17
HSL72.14º49.41%66.67%-
HSV(B)72.14º39.62%83.14%-
XYZ49.9560.2529.42-
YUV197.3488.87126.33-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=36.45%
G=39.63%
B=23.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1952121280.0800.400.1772.1449.4166.67
HexC3D480802811483143
Octal303324200100502111061103
Binary110000111101010010000000100001010001000110010001100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D480; }

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

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

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

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

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

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

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

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