#CAD79B

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

Shades of Pale Leaf #CAD79B

Tints of Pale Leaf #CAD79B

Color information

#CAD79B (or 0xCAD79B) is unknown color: approx Pale Leaf. HEX triplet: CA, D7 and 9B. RGB value is (202,215,155). Sum of RGB (Red+Green+Blue) = 202+215+155=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 215 (84.38% from 255 or 37.59% from 572); Blue value is 155 (60.94% from 255 or 27.10% from 572); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD79B is #352864. Grayscale: #CCCCCC. Windows color (decimal): -3483749 or 10213322. OLE color: 10213322.

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

Color convert

RGB202215155-
CMYK0.0600.280.16
HSL73º42.86%72.55%-
HSV(B)73º27.91%84.31%-
XYZ54.5763.5240.4-
YUV204.27100.19126.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.31%
GREEN value IS 215 (84.38% from 255) = 37.59%
BLUE value IS 155 (60.94% from 255) = 27.10%
R=35.31%
G=37.59%
B=27.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151550.0600.280.167342.8672.55
HexCAD79B601C10492b49
Octal31232723360342011153111
Binary1100101011010111100110111100111001000010010011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD79B; }

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

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

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

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

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

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

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

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