#C2DC6D

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

Shades of Wild Willow #C2DC6D

Tints of Wild Willow #C2DC6D

Color information

#C2DC6D (or 0xC2DC6D) is unknown color: approx Wild Willow. HEX triplet: C2, DC and 6D. RGB value is (194,220,109). Sum of RGB (Red+Green+Blue) = 194+220+109=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DC6D is #3D2392. Grayscale: #C7C7C7. Windows color (decimal): -4006803 or 7199938. OLE color: 7199938.

HSL color Cylindrical-coordinate representation of color #C2DC6D: hue angle of 74.05º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C2DC6D is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB194220109-
CMYK0.1200.500.14
HSL74.05º61.33%64.51%-
HSV(B)74.05º50.45%86.27%-
XYZ50.663.7624.11-
YUV199.5776.89124.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 220 (86.33% from 255) = 42.07%
BLUE value IS 109 (42.97% from 255) = 20.84%
R=37.09%
G=42.07%
B=20.84%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1942201090.1200.500.1474.0561.3364.51
HexC2DC6DC032E4a3d41
Octal302334155140621611275101
Binary1100001011011100110110111000110010111010010101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2DC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2DC6D; }

 p { color: rgb(194,220,109); }

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

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

 a { background-color: rgb(194,220,109); }

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

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

 span { border-color: rgb(194,220,109); }

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