#CAD785

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

Shades of Deco #CAD785

Tints of Deco #CAD785

Color information

#CAD785 (or 0xCAD785) is unknown color: approx Deco. HEX triplet: CA, D7 and 85. RGB value is (202,215,133). Sum of RGB (Red+Green+Blue) = 202+215+133=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 215 (84.38% from 255 or 39.09% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD785 is #35287A. Grayscale: #CACACA. Windows color (decimal): -3483771 or 8771530. OLE color: 8771530.

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

Color convert

RGB202215133-
CMYK0.0600.380.16
HSL69.51º50.62%68.24%-
HSV(B)69.51º38.14%84.31%-
XYZ52.8962.8531.53-
YUV201.7689.19128.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 215 (84.38% from 255) = 39.09%
BLUE value IS 133 (52.34% from 255) = 24.18%
R=36.73%
G=39.09%
B=24.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151330.0600.380.1669.5150.6268.24
HexCAD785602610463344
Octal31232720560462010663104
Binary11001010110101111000010111001001101000010001101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD785; }

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

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

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

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

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

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

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

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