#c0d35f

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

Shades of Wild Willow #C0D35F

Tints of Wild Willow #C0D35F

Color information

#C0D35F (or 0xC0D35F) is unknown color: approx Wild Willow. HEX triplet: C0, D3 and 5F. RGB value is (192,211,95). Sum of RGB (Red+Green+Blue) = 192+211+95=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #C0D35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D35F is #3F2CA0. Grayscale: #C0C0C0. Windows color (decimal): -4140193 or 6280128. OLE color: 6280128.

HSL color Cylindrical-coordinate representation of color #C0D35F: hue angle of 69.83º degrees, saturation: 0.57, 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 #C0D35F is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB19221195-
CMYK0.0900.550.17
HSL69.83º56.86%60%-
HSV(B)69.83º54.98%82.75%-
XYZ47.158.6219.66-
YUV192.173.21127.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 95 (37.5% from 255) = 19.08%
R=38.55%
G=42.37%
B=19.08%

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
Decimal192211950.0900.550.1769.8356.8660
HexC0D35F90371146393c
Octal30032313711067211067174
Binary1100000011010011101111110010110111100011000110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0d35f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0d35f; }

 p { color: rgb(192,211,95); }

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

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

 a { background-color: rgb(192,211,95); }

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

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

 span { border-color: rgb(192,211,95); }

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