#CAD384

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

Shades of Deco #CAD384

Tints of Deco #CAD384

Color information

#CAD384 (or 0xCAD384) is unknown color: approx Deco. HEX triplet: CA, D3 and 84. RGB value is (202,211,132). Sum of RGB (Red+Green+Blue) = 202+211+132=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 132 (51.95% from 255 or 24.22% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD384 is #352C7B. Grayscale: #C7C7C7. Windows color (decimal): -3484796 or 8704970. OLE color: 8704970.

HSL color Cylindrical-coordinate representation of color #CAD384: hue angle of 66.84º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAD384 is Cyan = 0.04, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB202211132-
CMYK0.0400.370.17
HSL66.84º47.31%67.25%-
HSV(B)66.84º37.44%82.75%-
XYZ51.8260.8130.84-
YUV199.390.02129.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 211 (82.81% from 255) = 38.72%
BLUE value IS 132 (51.95% from 255) = 24.22%
R=37.06%
G=38.72%
B=24.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111320.0400.370.1766.8447.3167.25
HexCAD384402511432f43
Octal31232320440452110357103
Binary11001010110100111000010010001001011000110000111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD384; }

 p { color: rgb(202,211,132); }

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

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

 a { background-color: rgb(202,211,132); }

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

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

 span { border-color: rgb(202,211,132); }

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