#C1D45F

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

Shades of Wild Willow #C1D45F

Tints of Wild Willow #C1D45F

Color information

#C1D45F (or 0xC1D45F) is unknown color: approx Wild Willow. HEX triplet: C1, D4 and 5F. RGB value is (193,212,95). Sum of RGB (Red+Green+Blue) = 193+212+95=500 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.6% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D45F is #3E2BA0. Grayscale: #C1C1C1. Windows color (decimal): -4074401 or 6280385. OLE color: 6280385.

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

Color convert

RGB19321295-
CMYK0.0900.550.17
HSL69.74º57.64%60.2%-
HSV(B)69.74º55.19%83.14%-
XYZ47.659.2519.75-
YUV192.9872.71128.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.6%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 95 (37.5% from 255) = 19%
R=38.6%
G=42.4%
B=19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal193212950.0900.550.1769.7457.6460.2
HexC1D45F903711463a3c
Octal30132413711067211067274
Binary1100000111010100101111110010110111100011000110111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D45F; }

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

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

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

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

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

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

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

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