Html Css Color HEX #C5D39E Pale Leaf

📋 copy color: '#C5D39E'

red 197 ◦ green 211 ◦ blue 158

#C5D39E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Leaf #C5D39E

Tints of Pale Leaf #C5D39E

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 value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#C5D39E (or 0xC5D39E) is known color: 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

RGB 197 211 158 -
CMYK 0.07 0 0.25 0.17
HSL 75.85º 0.38% 0.72% -
HSV(B) 75.85º 0.25% 0.83% -
XYZ 52.49 60.93 41.34 -
YUV 200.77 103.86 125.31 -
System Red Green Blue C M Y K H S L
Decimal 197 211 158 0.07 0 0.25 0.17 75.85 0.38 0.72
Hex C5 D3 9E 7 0 19 11 4C 26 48
Octal 305 323 236 7 0 31 21 114 46 110
Binary 11000101 11010011 10011110 111 0 11001 10001 1001100 100110 1001000

Color Harmonies of #C5D39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D39E

Black with #C5D39E

Text Example


Text Example

White with #C5D39E

Text Example


Text Example

HTML Codes & Css Web 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>