#C3D064

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

Shades of Wild Willow #C3D064

Tints of Wild Willow #C3D064

Color information

#C3D064 (or 0xC3D064) is unknown color: approx Wild Willow. HEX triplet: C3, D0 and 64. RGB value is (195,208,100). Sum of RGB (Red+Green+Blue) = 195+208+100=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D064 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3D064 is #3C2F9B. Grayscale: #C0C0C0. Windows color (decimal): -3944348 or 6607043. OLE color: 6607043.

HSL color Cylindrical-coordinate representation of color #C3D064: hue angle of 67.22º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C3D064 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB195208100-
CMYK0.0600.520.18
HSL67.22º53.47%60.39%-
HSV(B)67.22º51.92%81.57%-
XYZ47.3657.6320.68-
YUV191.876.19130.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.77%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=38.77%
G=41.35%
B=19.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1952081000.0600.520.1867.2253.4760.39
HexC3D06460341243353c
Octal3033201446064221036574
Binary110000111101000011001001100110100100101000011110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3D064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3D064; }

 p { color: rgb(195,208,100); }

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

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

 a { background-color: rgb(195,208,100); }

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

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

 span { border-color: rgb(195,208,100); }

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