#C4E064

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

Shades of Wild Willow #C4E064

Tints of Wild Willow #C4E064

Color information

#C4E064 (or 0xC4E064) is unknown color: approx Wild Willow. HEX triplet: C4, E0 and 64. RGB value is (196,224,100). Sum of RGB (Red+Green+Blue) = 196+224+100=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 224 (87.89% from 255 or 43.08% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4E064 is #3B1F9B. Grayscale: #C9C9C9. Windows color (decimal): -3874716 or 6611140. OLE color: 6611140.

HSL color Cylindrical-coordinate representation of color #C4E064: hue angle of 73.55º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4E064 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB196224100-
CMYK0.1200.550.12
HSL73.55º66.67%63.53%-
HSV(B)73.55º55.36%87.84%-
XYZ51.7265.9722.06-
YUV201.4970.72124.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 224 (87.89% from 255) = 43.08%
BLUE value IS 100 (39.45% from 255) = 19.23%
R=37.69%
G=43.08%
B=19.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1962241000.1200.550.1273.5566.6763.53
HexC4E064C037C4a4340
Octal3043401441406714112103100
Binary11000100111000001100100110001101111100100101010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4E064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4E064; }

 p { color: rgb(196,224,100); }

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

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

 a { background-color: rgb(196,224,100); }

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

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

 span { border-color: rgb(196,224,100); }

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