#C1D55F

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

Shades of Wild Willow #C1D55F

Tints of Wild Willow #C1D55F

Color information

#C1D55F (or 0xC1D55F) is unknown color: approx Wild Willow. HEX triplet: C1, D5 and 5F. RGB value is (193,213,95). Sum of RGB (Red+Green+Blue) = 193+213+95=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 213 (83.59% from 255 or 42.51% from 501); Blue value is 95 (37.5% from 255 or 18.96% from 501); Max value from RGB is 213 - color contains mainly: green. Hex color #C1D55F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D55F is #3E2AA0. Grayscale: #C2C2C2. Windows color (decimal): -4074145 or 6280641. OLE color: 6280641.

HSL color Cylindrical-coordinate representation of color #C1D55F: hue angle of 70.17º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1D55F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB19321395-
CMYK0.0900.550.16
HSL70.17º58.42%60.39%-
HSV(B)70.17º55.4%83.53%-
XYZ47.8559.7519.84-
YUV193.5772.37127.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 213 (83.59% from 255) = 42.51%
BLUE value IS 95 (37.5% from 255) = 18.96%
R=38.52%
G=42.51%
B=18.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193213950.0900.550.1670.1758.4260.39
HexC1D55F903710463a3c
Octal30132513711067201067274
Binary1100000111010101101111110010110111100001000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D55F; }

 p { color: rgb(193,213,95); }

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

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

 a { background-color: rgb(193,213,95); }

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

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

 span { border-color: rgb(193,213,95); }

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