#c1d078

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

Shades of Deco #C1D078

Tints of Deco #C1D078

Color information

#C1D078 (or 0xC1D078) is unknown color: approx Deco. HEX triplet: C1, D0 and 78. RGB value is (193,208,120). Sum of RGB (Red+Green+Blue) = 193+208+120=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 120 (47.27% from 255 or 23.03% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D078 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D078 is #3E2F87. Grayscale: #C1C1C1. Windows color (decimal): -4075400 or 7917761. OLE color: 7917761.

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

Color convert

RGB193208120-
CMYK0.0700.420.18
HSL70.23º48.35%64.31%-
HSV(B)70.23º42.31%81.57%-
XYZ47.9457.8126.4-
YUV193.4886.53127.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.04%
GREEN value IS 208 (81.64% from 255) = 39.92%
BLUE value IS 120 (47.27% from 255) = 23.03%
R=37.04%
G=39.92%
B=23.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1932081200.0700.420.1870.2348.3564.31
HexC1D078702A12463040
Octal30132017070522210660100
Binary1100000111010000111100011101010101001010001101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1d078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1d078; }

 p { color: rgb(193,208,120); }

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

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

 a { background-color: rgb(193,208,120); }

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

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

 span { border-color: rgb(193,208,120); }

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