#c1d25e

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

Shades of Wild Willow #C1D25E

Tints of Wild Willow #C1D25E

Color information

#C1D25E (or 0xC1D25E) is unknown color: approx Wild Willow. HEX triplet: C1, D2 and 5E. RGB value is (193,210,94). Sum of RGB (Red+Green+Blue) = 193+210+94=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 210 (82.42% from 255 or 42.25% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D25E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D25E is #3E2DA1. Grayscale: #C0C0C0. Windows color (decimal): -4074914 or 6214337. OLE color: 6214337.

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

Color convert

RGB19321094-
CMYK0.0800.550.18
HSL68.79º56.31%59.61%-
HSV(B)68.79º55.24%82.35%-
XYZ47.0658.2419.35-
YUV191.6972.87128.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.83%
GREEN value IS 210 (82.42% from 255) = 42.25%
BLUE value IS 94 (37.11% from 255) = 18.91%
R=38.83%
G=42.25%
B=18.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal193210940.0800.550.1868.7956.3159.61
HexC1D25E80371245383c
Octal30132213610067221057074
Binary1100000111010010101111010000110111100101000101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1d25e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1d25e; }

 p { color: rgb(193,210,94); }

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

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

 a { background-color: rgb(193,210,94); }

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

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

 span { border-color: rgb(193,210,94); }

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