#CAD88D

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

Shades of Deco #CAD88D

Tints of Deco #CAD88D

Color information

#CAD88D (or 0xCAD88D) is unknown color: approx Deco. HEX triplet: CA, D8 and 8D. RGB value is (202,216,141). Sum of RGB (Red+Green+Blue) = 202+216+141=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 141 (55.47% from 255 or 25.22% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD88D is #352772. Grayscale: #CBCBCB. Windows color (decimal): -3483507 or 9296074. OLE color: 9296074.

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

Color convert

RGB202216141-
CMYK0.0600.350.15
HSL71.2º49.02%70%-
HSV(B)71.2º34.72%84.71%-
XYZ53.7263.5934.64-
YUV203.2692.86127.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.14%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 141 (55.47% from 255) = 25.22%
R=36.14%
G=38.64%
B=25.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2022161410.0600.350.1571.249.0270
HexCAD88D6023F473146
Octal31233021560431710761106
Binary1100101011011000100011011100100011111110001111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD88D; }

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

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

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

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

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

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

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

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