#C4D474

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

Shades of Deco #C4D474

Tints of Deco #C4D474

Color information

#C4D474 (or 0xC4D474) is unknown color: approx Deco. HEX triplet: C4, D4 and 74. RGB value is (196,212,116). Sum of RGB (Red+Green+Blue) = 196+212+116=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 116 (45.70% from 255 or 22.14% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D474 is #3B2B8B. Grayscale: #C4C4C4. Windows color (decimal): -3877772 or 7656644. OLE color: 7656644.

HSL color Cylindrical-coordinate representation of color #C4D474: hue angle of 70º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4D474 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB196212116-
CMYK0.0800.450.17
HSL70º52.75%64.31%-
HSV(B)70º45.28%83.14%-
XYZ49.4660.0825.51-
YUV196.2782.7127.81-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 212 (83.20% from 255) = 40.46%
BLUE value IS 116 (45.70% from 255) = 22.14%
R=37.40%
G=40.46%
B=22.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1962121160.0800.450.177052.7564.31
HexC4D474802D11463540
Octal304324164100552110665100
Binary11000100110101001110100100001011011000110001101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D474; }

 p { color: rgb(196,212,116); }

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

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

 a { background-color: rgb(196,212,116); }

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

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

 span { border-color: rgb(196,212,116); }

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