#CAD99E

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

Shades of Pale Leaf #CAD99E

Tints of Pale Leaf #CAD99E

Color information

#CAD99E (or 0xCAD99E) is unknown color: approx Pale Leaf. HEX triplet: CA, D9 and 9E. RGB value is (202,217,158). Sum of RGB (Red+Green+Blue) = 202+217+158=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 217 (85.16% from 255 or 37.61% from 577); Blue value is 158 (62.11% from 255 or 27.38% from 577); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD99E is #352661. Grayscale: #CECECE. Windows color (decimal): -3483234 or 10410442. OLE color: 10410442.

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

Color convert

RGB202217158-
CMYK0.0700.270.15
HSL75.25º43.7%73.53%-
HSV(B)75.25º27.19%85.1%-
XYZ55.3464.6541.91-
YUV205.79101.03125.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.01%
GREEN value IS 217 (85.16% from 255) = 37.61%
BLUE value IS 158 (62.11% from 255) = 27.38%
R=35.01%
G=37.61%
B=27.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022171580.0700.270.1575.2543.773.53
HexCAD99E701BF4b2c4a
Octal31233123670331711354112
Binary110010101101100110011110111011011111110010111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD99E; }

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

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

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

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

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

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

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

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