#C1DD64

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

Shades of Wild Willow #C1DD64

Tints of Wild Willow #C1DD64

Color information

#C1DD64 (or 0xC1DD64) is unknown color: approx Wild Willow. HEX triplet: C1, DD and 64. RGB value is (193,221,100). Sum of RGB (Red+Green+Blue) = 193+221+100=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #C1DD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DD64 is #3E229B. Grayscale: #C7C7C7. Windows color (decimal): -4072092 or 6610369. OLE color: 6610369.

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

Color convert

RGB193221100-
CMYK0.1300.550.13
HSL73.88º64.02%62.94%-
HSV(B)73.88º54.75%86.67%-
XYZ50.1563.9721.76-
YUV198.8372.22123.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.55%
GREEN value IS 221 (86.72% from 255) = 43.00%
BLUE value IS 100 (39.45% from 255) = 19.46%
R=37.55%
G=43.00%
B=19.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1932211000.1300.550.1373.8864.0262.94
HexC1DD64D037D4a403f
Octal301335144150671511210077
Binary1100000111011101110010011010110111110110010101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1DD64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1DD64; }

 p { color: rgb(193,221,100); }

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

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

 a { background-color: rgb(193,221,100); }

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

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

 span { border-color: rgb(193,221,100); }

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