#CAD79D

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

Shades of Pale Leaf #CAD79D

Tints of Pale Leaf #CAD79D

Color information

#CAD79D (or 0xCAD79D) is unknown color: approx Pale Leaf. HEX triplet: CA, D7 and 9D. RGB value is (202,215,157). Sum of RGB (Red+Green+Blue) = 202+215+157=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 157 (61.72% from 255 or 27.35% from 574); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD79D is #352862. Grayscale: #CCCCCC. Windows color (decimal): -3483747 or 10344394. OLE color: 10344394.

HSL color Cylindrical-coordinate representation of color #CAD79D: hue angle of 73.45º 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 #CAD79D is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB202215157-
CMYK0.0600.270.16
HSL73.45º42.03%72.94%-
HSV(B)73.45º26.98%84.31%-
XYZ54.7463.5941.29-
YUV204.5101.19126.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.19%
GREEN value IS 215 (84.38% from 255) = 37.46%
BLUE value IS 157 (61.72% from 255) = 27.35%
R=35.19%
G=37.46%
B=27.35%

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
Decimal2022151570.0600.270.1673.4542.0372.94
HexCAD79D601B10492a49
Octal31232723560332011152111
Binary1100101011010111100111011100110111000010010011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD79D; }

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

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

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

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

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

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

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

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