#AFCD65

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

Shades of Wild Willow #AFCD65

Tints of Wild Willow #AFCD65

Color information

#AFCD65 (or 0xAFCD65) is unknown color: approx Wild Willow. HEX triplet: AF, CD and 65. RGB value is (175,205,101). Sum of RGB (Red+Green+Blue) = 175+205+101=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 101 (39.84% from 255 or 21.00% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD65 is #50329A. Grayscale: #B8B8B8. Windows color (decimal): -5255835 or 6671791. OLE color: 6671791.

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

Color convert

RGB175205101-
CMYK0.1500.510.20
HSL77.31º50.98%60%-
HSV(B)77.31º50.73%80.39%-
XYZ41.8653.7220.47-
YUV184.1781.06121.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 101 (39.84% from 255) = 21.00%
R=36.38%
G=42.62%
B=21.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051010.1500.510.2077.3150.9860
HexAFCD65F033144d333c
Octal25731514517063241156374
Binary1010111111001101110010111110110011101001001101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCD65; }

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

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

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

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

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

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

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

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