#CAD578

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

Shades of Deco #CAD578

Tints of Deco #CAD578

Color information

#CAD578 (or 0xCAD578) is unknown color: approx Deco. HEX triplet: CA, D5 and 78. RGB value is (202,213,120). Sum of RGB (Red+Green+Blue) = 202+213+120=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 213 (83.59% from 255 or 39.81% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD578 is #352A87. Grayscale: #C7C7C7. Windows color (decimal): -3484296 or 7919050. OLE color: 7919050.

HSL color Cylindrical-coordinate representation of color #CAD578: hue angle of 67.1º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CAD578 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB202213120-
CMYK0.0500.440.16
HSL67.1º52.54%65.29%-
HSV(B)67.1º43.66%83.53%-
XYZ51.5461.526.92-
YUV199.1183.36130.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 213 (83.59% from 255) = 39.81%
BLUE value IS 120 (47.27% from 255) = 22.43%
R=37.76%
G=39.81%
B=22.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131200.0500.440.1667.152.5465.29
HexCAD578502C10433541
Octal31232517050542010365101
Binary1100101011010101111100010101011001000010000111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD578; }

 p { color: rgb(202,213,120); }

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

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

 a { background-color: rgb(202,213,120); }

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

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

 span { border-color: rgb(202,213,120); }

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