#C1D75B

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

Shades of Wild Willow #C1D75B

Tints of Wild Willow #C1D75B

Color information

#C1D75B (or 0xC1D75B) is unknown color: approx Wild Willow. HEX triplet: C1, D7 and 5B. RGB value is (193,215,91). Sum of RGB (Red+Green+Blue) = 193+215+91=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 215 (84.38% from 255 or 43.09% from 499); Blue value is 91 (35.94% from 255 or 18.24% from 499); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D75B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D75B is #3E28A4. Grayscale: #C2C2C2. Windows color (decimal): -4073637 or 6019009. OLE color: 6019009.

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

Color convert

RGB19321591-
CMYK0.1000.580.16
HSL70.65º60.78%60%-
HSV(B)70.65º57.67%84.31%-
XYZ48.1860.6919.07-
YUV194.2969.71127.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 215 (84.38% from 255) = 43.09%
BLUE value IS 91 (35.94% from 255) = 18.24%
R=38.68%
G=43.09%
B=18.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193215910.1000.580.1670.6560.7860
HexC1D75BA03A10473d3c
Octal30132713312072201077574
Binary1100000111010111101101110100111010100001000111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D75B; }

 p { color: rgb(193,215,91); }

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

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

 a { background-color: rgb(193,215,91); }

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

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

 span { border-color: rgb(193,215,91); }

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