#CAD88E

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

Shades of Deco #CAD88E

Tints of Deco #CAD88E

Color information

#CAD88E (or 0xCAD88E) is unknown color: approx Deco. HEX triplet: CA, D8 and 8E. RGB value is (202,216,142). Sum of RGB (Red+Green+Blue) = 202+216+142=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD88E is #352771. Grayscale: #CBCBCB. Windows color (decimal): -3483506 or 9361610. OLE color: 9361610.

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

Color convert

RGB202216142-
CMYK0.0600.340.15
HSL71.35º48.68%70.2%-
HSV(B)71.35º34.26%84.71%-
XYZ53.863.6235.04-
YUV203.3893.36127.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 142 (55.86% from 255) = 25.36%
R=36.07%
G=38.57%
B=25.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161420.0600.340.1571.3548.6870.2
HexCAD88E6022F473146
Octal31233021660421710761106
Binary1100101011011000100011101100100010111110001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD88E; }

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

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

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

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

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

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

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

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