#CAD89F

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

Shades of Pale Leaf #CAD89F

Tints of Pale Leaf #CAD89F

Color information

#CAD89F (or 0xCAD89F) is unknown color: approx Pale Leaf. HEX triplet: CA, D8 and 9F. RGB value is (202,216,159). Sum of RGB (Red+Green+Blue) = 202+216+159=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 159 (62.5% from 255 or 27.56% from 577); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD89F is #352760. Grayscale: #CDCDCD. Windows color (decimal): -3483489 or 10475722. OLE color: 10475722.

HSL color Cylindrical-coordinate representation of color #CAD89F: hue angle of 74.74º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAD89F is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB202216159-
CMYK0.0600.260.15
HSL74.74º42.22%73.53%-
HSV(B)74.74º26.39%84.71%-
XYZ55.1764.1742.28-
YUV205.32101.86125.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 159 (62.5% from 255) = 27.56%
R=35.01%
G=37.44%
B=27.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161590.0600.260.1574.7442.2273.53
HexCAD89F601AF4b2a4a
Octal31233023760321711352112
Binary110010101101100010011111110011010111110010111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD89F; }

 p { color: rgb(202,216,159); }

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

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

 a { background-color: rgb(202,216,159); }

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

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

 span { border-color: rgb(202,216,159); }

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