#C1D465

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

Shades of Wild Willow #C1D465

Tints of Wild Willow #C1D465

Color information

#C1D465 (or 0xC1D465) is unknown color: approx Wild Willow. HEX triplet: C1, D4 and 65. RGB value is (193,212,101). Sum of RGB (Red+Green+Blue) = 193+212+101=506 (67% of max value = 765). Red value is 193 (75.78% from 255 or 38.14% from 506); Green value is 212 (83.20% from 255 or 41.90% from 506); Blue value is 101 (39.84% from 255 or 19.96% from 506); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D465 is #3E2B9A. Grayscale: #C2C2C2. Windows color (decimal): -4074395 or 6673601. OLE color: 6673601.

HSL color Cylindrical-coordinate representation of color #C1D465: hue angle of 70.27º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1D465 is Cyan = 0.09, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB193212101-
CMYK0.0900.520.17
HSL70.27º56.35%61.37%-
HSV(B)70.27º52.36%83.14%-
XYZ47.8859.3621.25-
YUV193.6675.71127.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.14%
GREEN value IS 212 (83.20% from 255) = 41.90%
BLUE value IS 101 (39.84% from 255) = 19.96%
R=38.14%
G=41.90%
B=19.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1932121010.0900.520.1770.2756.3561.37
HexC1D46590341146383d
Octal30132414511064211067075
Binary1100000111010100110010110010110100100011000110111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D465; }

 p { color: rgb(193,212,101); }

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

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

 a { background-color: rgb(193,212,101); }

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

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

 span { border-color: rgb(193,212,101); }

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