Html Css Color HEX #C5D49E Pale Leaf

📋 copy color: '#C5D49E'

red 197 ◦ green 212 ◦ blue 158

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

Shades of Pale Leaf #C5D49E

Tints of Pale Leaf #C5D49E

RGB

 RED value IS 197 (77.34% from 255) = 34.74%

 GREEN value IS 212 (83.2% from 255) = 37.39%

 BLUE value IS 158 (62.11% from 255) = 27.87%

R = 34.74%
G = 37.39%
B = 27.87%

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

#C5D49E (or 0xC5D49E) is known color: Pale Leaf. HEX triplet: C5, D4 and 9E. RGB value is (197,212,158). Sum of RGB (Red+Green+Blue) = 197+212+158=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 212 (83.20% from 255 or 37.39% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 212 - color contains mainly: green. Hex color #C5D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D49E is #3A2B61. Grayscale: #C9C9C9. Windows color (decimal): -3812194 or 10409157. OLE color: 10409157.

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

Color convert

RGB 197 212 158 -
CMYK 0.07 0 0.25 0.17
HSL 76.67º 0.39% 0.73% -
HSV(B) 76.67º 0.25% 0.83% -
XYZ 52.74 61.43 41.42 -
YUV 201.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 197 212 158 0.07 0 0.25 0.17 76.67 0.39 0.73
Hex C5 D4 9E 7 0 19 11 4D 27 49
Octal 305 324 236 7 0 31 21 115 47 111
Binary 11000101 11010100 10011110 111 0 11001 10001 1001101 100111 1001001

Color Harmonies of #C5D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D49E

Black with #C5D49E

Text Example


Text Example

White with #C5D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D49E; }

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

 H1.HeaderClassName
 {
   color: #C5D49E;
 }
 .AnyTagClassName
 {
   color: #C5D49E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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