#AFCD61

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

Shades of Wild Willow #AFCD61

Tints of Wild Willow #AFCD61

Color information

#AFCD61 (or 0xAFCD61) is unknown color: approx Wild Willow. HEX triplet: AF, CD and 61. RGB value is (175,205,97). Sum of RGB (Red+Green+Blue) = 175+205+97=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD61 is #50329E. Grayscale: #B8B8B8. Windows color (decimal): -5255839 or 6409647. OLE color: 6409647.

HSL color Cylindrical-coordinate representation of color #AFCD61: hue angle of 76.67º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFCD61 is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB17520597-
CMYK0.1500.530.20
HSL76.67º51.92%59.22%-
HSV(B)76.67º52.68%80.39%-
XYZ41.6753.6419.47-
YUV183.7279.06121.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.69%
GREEN value IS 205 (80.47% from 255) = 42.98%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=36.69%
G=42.98%
B=20.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal175205970.1500.530.2076.6751.9259.22
HexAFCD61F035144d343b
Octal25731514117065241156473
Binary1010111111001101110000111110110101101001001101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD61; }

 p { color: rgb(175,205,97); }

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

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

 a { background-color: rgb(175,205,97); }

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

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

 span { border-color: rgb(175,205,97); }

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