Html Css Color HEX #AFC564 Wild Willow

📋 copy color: '#AFC564'

red 175 ◦ green 197 ◦ blue 100

#AFC564
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Willow #AFC564

Tints of Wild Willow #AFC564

RGB

 RED value IS 175 (68.75% from 255) = 37.08%

 GREEN value IS 197 (77.34% from 255) = 41.74%

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 37.08%
G = 41.74%
B = 21.19%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#AFC564 (or 0xAFC564) is known color: Wild Willow. HEX triplet: AF, C5 and 64. RGB value is (175,197,100). Sum of RGB (Red+Green+Blue) = 175+197+100=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFC564 is #503A9B. Grayscale: #B3B3B3. Windows color (decimal): -5257884 or 6604207. OLE color: 6604207.

HSL color Cylindrical-coordinate representation of color #AFC564: hue angle of 73.61º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFC564 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 100 -
CMYK 0.11 0 0.49 0.23
HSL 73.61º 0.46% 0.58% -
HSV(B) 73.61º 0.49% 0.77% -
XYZ 39.95 49.97 19.6 -
YUV 179.36 83.21 124.89 -
System Red Green Blue C M Y K H S L
Decimal 175 197 100 0.11 0 0.49 0.23 73.61 0.46 0.58
Hex AF C5 64 B 0 31 17 4A 2E 3A
Octal 257 305 144 13 0 61 27 112 56 72
Binary 10101111 11000101 1100100 1011 0 110001 10111 1001010 101110 111010

Color Harmonies of #AFC564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC564

Black with #AFC564

Text Example


Text Example

White with #AFC564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC564; }

 p { color: rgb(175,197,100); }

 H1.HeaderClassName
 {
   color: #AFC564;
 }
 .AnyTagClassName
 {
   color: #AFC564;
 }
</style>

background-color css

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

 a { background-color: rgb(175,197,100); }

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

border-color css

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

 span { border-color: rgb(175,197,100); }

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