#CAD678

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

Shades of Deco #CAD678

Tints of Deco #CAD678

Color information

#CAD678 (or 0xCAD678) is unknown color: approx Deco. HEX triplet: CA, D6 and 78. RGB value is (202,214,120). Sum of RGB (Red+Green+Blue) = 202+214+120=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD678 is #352987. Grayscale: #C8C8C8. Windows color (decimal): -3484040 or 7919306. OLE color: 7919306.

HSL color Cylindrical-coordinate representation of color #CAD678: hue angle of 67.66º 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 #CAD678 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB202214120-
CMYK0.0600.440.16
HSL67.66º53.41%65.49%-
HSV(B)67.66º43.93%83.92%-
XYZ51.7962.0127.01-
YUV199.783.02129.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 214 (83.98% from 255) = 39.93%
BLUE value IS 120 (47.27% from 255) = 22.39%
R=37.69%
G=39.93%
B=22.39%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022141200.0600.440.1667.6653.4165.49
HexCAD678602C10443541
Octal31232617060542010465101
Binary1100101011010110111100011001011001000010001001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD678; }

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

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

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

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

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

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

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

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