#CAD78E

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

Shades of Deco #CAD78E

Tints of Deco #CAD78E

Color information

#CAD78E (or 0xCAD78E) is unknown color: approx Deco. HEX triplet: CA, D7 and 8E. RGB value is (202,215,142). Sum of RGB (Red+Green+Blue) = 202+215+142=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 215 (84.38% from 255 or 38.46% from 559); Blue value is 142 (55.86% from 255 or 25.40% from 559); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD78E is #352871. Grayscale: #CBCBCB. Windows color (decimal): -3483762 or 9361354. OLE color: 9361354.

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

Color convert

RGB202215142-
CMYK0.0600.340.16
HSL70.68º47.71%70%-
HSV(B)70.68º33.95%84.31%-
XYZ53.5463.1134.95-
YUV202.7993.69127.44-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 215 (84.38% from 255) = 38.46%
BLUE value IS 142 (55.86% from 255) = 25.40%
R=36.14%
G=38.46%
B=25.40%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022151420.0600.340.1670.6847.7170
HexCAD78E602210473046
Octal31232721660422010760106
Binary11001010110101111000111011001000101000010001111100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD78E; }

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

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

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

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

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

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

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

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