#C1D37D

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

Shades of Deco #C1D37D

Tints of Deco #C1D37D

Color information

#C1D37D (or 0xC1D37D) is unknown color: approx Deco. HEX triplet: C1, D3 and 7D. RGB value is (193,211,125). Sum of RGB (Red+Green+Blue) = 193+211+125=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 211 (82.81% from 255 or 39.89% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D37D is #3E2C82. Grayscale: #C4C4C4. Windows color (decimal): -4074627 or 8246209. OLE color: 8246209.

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

Color convert

RGB193211125-
CMYK0.0900.410.17
HSL72.56º49.43%65.88%-
HSV(B)72.56º40.76%82.75%-
XYZ48.9959.4128.29-
YUV195.8188.04125.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.48%
GREEN value IS 211 (82.81% from 255) = 39.89%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=36.48%
G=39.89%
B=23.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932111250.0900.410.1772.5649.4365.88
HexC1D37D902911493142
Octal301323175110512111161102
Binary11000001110100111111101100101010011000110010011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D37D; }

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

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

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

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

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

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

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

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