#C5D39E

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

Shades of Pale Leaf #C5D39E

Tints of Pale Leaf #C5D39E

Color information

#C5D39E (or 0xC5D39E) is unknown color: approx Pale Leaf. HEX triplet: C5, D3 and 9E. RGB value is (197,211,158). Sum of RGB (Red+Green+Blue) = 197+211+158=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 211 (82.81% from 255 or 37.28% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D39E is #3A2C61. Grayscale: #C8C8C8. Windows color (decimal): -3812450 or 10408901. OLE color: 10408901.

HSL color Cylindrical-coordinate representation of color #C5D39E: hue angle of 75.85º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C5D39E is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB197211158-
CMYK0.0700.250.17
HSL75.85º37.59%72.35%-
HSV(B)75.85º25.12%82.75%-
XYZ52.4960.9341.34-
YUV200.77103.86125.31-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.81%
GREEN value IS 211 (82.81% from 255) = 37.28%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=34.81%
G=37.28%
B=27.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1972111580.0700.250.1775.8537.5972.35
HexC5D39E7019114c2648
Octal30532323670312111446110
Binary1100010111010011100111101110110011000110011001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D39E; }

 p { color: rgb(197,211,158); }

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

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

 a { background-color: rgb(197,211,158); }

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

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

 span { border-color: rgb(197,211,158); }

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