#C1D57D

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

Shades of Deco #C1D57D

Tints of Deco #C1D57D

Color information

#C1D57D (or 0xC1D57D) is unknown color: approx Deco. HEX triplet: C1, D5 and 7D. RGB value is (193,213,125). Sum of RGB (Red+Green+Blue) = 193+213+125=531 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.35% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D57D is #3E2A82. Grayscale: #C5C5C5. Windows color (decimal): -4074115 or 8246721. OLE color: 8246721.

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

Color convert

RGB193213125-
CMYK0.0900.410.16
HSL73.64º51.16%66.27%-
HSV(B)73.64º41.31%83.53%-
XYZ49.4960.4128.45-
YUV196.9987.37125.16-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.35%
GREEN value IS 213 (83.59% from 255) = 40.11%
BLUE value IS 125 (49.22% from 255) = 23.54%
R=36.35%
G=40.11%
B=23.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1932131250.0900.410.1673.6451.1666.27
HexC1D57D9029104a3342
Octal301325175110512011263102
Binary11000001110101011111101100101010011000010010101100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D57D; }

 p { color: rgb(193,213,125); }

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

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

 a { background-color: rgb(193,213,125); }

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

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

 span { border-color: rgb(193,213,125); }

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