#C4DC56

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

Shades of Wild Willow #C4DC56

Tints of Wild Willow #C4DC56

Color information

#C4DC56 (or 0xC4DC56) is unknown color: approx Wild Willow. HEX triplet: C4, DC and 56. RGB value is (196,220,86). Sum of RGB (Red+Green+Blue) = 196+220+86=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC56 is #3B23A9. Grayscale: #C6C6C6. Windows color (decimal): -3875754 or 5692612. OLE color: 5692612.

HSL color Cylindrical-coordinate representation of color #C4DC56: hue angle of 70.75º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C4DC56 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB19622086-
CMYK0.1100.610.14
HSL70.75º65.69%60%-
HSV(B)70.75º60.91%86.27%-
XYZ50.0463.5918.44-
YUV197.5565.05126.9-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 220 (86.33% from 255) = 43.82%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=39.04%
G=43.82%
B=17.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196220860.1100.610.1470.7565.6960
HexC4DC56B03DE47423c
Octal304334126130751610710274
Binary1100010011011100101011010110111101111010001111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC56; }

 p { color: rgb(196,220,86); }

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

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

 a { background-color: rgb(196,220,86); }

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

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

 span { border-color: rgb(196,220,86); }

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