#CAD79E

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

Shades of Pale Leaf #CAD79E

Tints of Pale Leaf #CAD79E

Color information

#CAD79E (or 0xCAD79E) is unknown color: approx Pale Leaf. HEX triplet: CA, D7 and 9E. RGB value is (202,215,158). Sum of RGB (Red+Green+Blue) = 202+215+158=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 158 (62.11% from 255 or 27.48% from 575); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD79E is #352861. Grayscale: #CCCCCC. Windows color (decimal): -3483746 or 10409930. OLE color: 10409930.

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

Color convert

RGB202215158-
CMYK0.0600.270.16
HSL73.68º41.61%73.14%-
HSV(B)73.68º26.51%84.31%-
XYZ54.8363.6341.74-
YUV204.62101.69126.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 215 (84.38% from 255) = 37.39%
BLUE value IS 158 (62.11% from 255) = 27.48%
R=35.13%
G=37.39%
B=27.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151580.0600.270.1673.6841.6173.14
HexCAD79E601B104a2a49
Octal31232723660332011252111
Binary1100101011010111100111101100110111000010010101010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD79E; }

 p { color: rgb(202,215,158); }

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

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

 a { background-color: rgb(202,215,158); }

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

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

 span { border-color: rgb(202,215,158); }

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