Html Css Color HEX #C5D69E Pale Leaf

📋 copy color: '#C5D69E'

red 197 ◦ green 214 ◦ blue 158

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

Shades of Pale Leaf #C5D69E

Tints of Pale Leaf #C5D69E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.61%

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

R = 34.62%
G = 37.61%
B = 27.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#C5D69E (or 0xC5D69E) is known color: Pale Leaf. HEX triplet: C5, D6 and 9E. RGB value is (197,214,158). Sum of RGB (Red+Green+Blue) = 197+214+158=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 214 (83.98% from 255 or 37.61% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D69E is #3A2961. Grayscale: #CACACA. Windows color (decimal): -3811682 or 10409669. OLE color: 10409669.

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

Color convert

RGB 197 214 158 -
CMYK 0.08 0 0.26 0.16
HSL 78.21º 0.41% 0.73% -
HSV(B) 78.21º 0.26% 0.84% -
XYZ 53.24 62.43 41.59 -
YUV 202.53 102.87 124.05 -
System Red Green Blue C M Y K H S L
Decimal 197 214 158 0.08 0 0.26 0.16 78.21 0.41 0.73
Hex C5 D6 9E 8 0 1A 10 4E 29 49
Octal 305 326 236 10 0 32 20 116 51 111
Binary 11000101 11010110 10011110 1000 0 11010 10000 1001110 101001 1001001

Color Harmonies of #C5D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D69E

Black with #C5D69E

Text Example


Text Example

White with #C5D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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