#C2D64D

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

Shades of Wild Willow #C2D64D

Tints of Wild Willow #C2D64D

Color information

#C2D64D (or 0xC2D64D) is unknown color: approx Wild Willow. HEX triplet: C2, D6 and 4D. RGB value is (194,214,77). Sum of RGB (Red+Green+Blue) = 194+214+77=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D64D is #3D29B2. Grayscale: #C0C0C0. Windows color (decimal): -4008371 or 5101250. OLE color: 5101250.

HSL color Cylindrical-coordinate representation of color #C2D64D: hue angle of 68.76º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2D64D is Cyan = 0.09, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB19421477-
CMYK0.0900.640.16
HSL68.76º62.56%57.06%-
HSV(B)68.76º64.02%83.92%-
XYZ47.6360.116.11-
YUV192.462.87129.14-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40%
GREEN value IS 214 (83.98% from 255) = 44.12%
BLUE value IS 77 (30.47% from 255) = 15.88%
R=40%
G=44.12%
B=15.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal194214770.0900.640.1668.7662.5657.06
HexC2D64D904010453f39
Octal302326115110100201057771
Binary11000010110101101001101100101000000100001000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D64D; }

 p { color: rgb(194,214,77); }

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

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

 a { background-color: rgb(194,214,77); }

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

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

 span { border-color: rgb(194,214,77); }

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