#C4DC61

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

Shades of Wild Willow #C4DC61

Tints of Wild Willow #C4DC61

Color information

#C4DC61 (or 0xC4DC61) is unknown color: approx Wild Willow. HEX triplet: C4, DC and 61. RGB value is (196,220,97). Sum of RGB (Red+Green+Blue) = 196+220+97=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 97 (38.28% from 255 or 18.91% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DC61 is #3B239E. Grayscale: #C7C7C7. Windows color (decimal): -3875743 or 6413508. OLE color: 6413508.

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

Color convert

RGB19622097-
CMYK0.1100.560.14
HSL71.71º63.73%62.16%-
HSV(B)71.71º55.91%86.27%-
XYZ50.5263.7920.96-
YUV198.870.55126-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 220 (86.33% from 255) = 42.88%
BLUE value IS 97 (38.28% from 255) = 18.91%
R=38.21%
G=42.88%
B=18.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal196220970.1100.560.1471.7163.7362.16
HexC4DC61B038E48403e
Octal304334141130701611010076
Binary1100010011011100110000110110111000111010010001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4DC61; }

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

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

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

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

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

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

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

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