Html Css Color HEX #AFCD64 Wild Willow

📋 copy color: '#AFCD64'

red 175 ◦ green 205 ◦ blue 100

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

Shades of Wild Willow #AFCD64

Tints of Wild Willow #AFCD64

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.71%

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

R = 36.46%
G = 42.71%
B = 20.83%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#AFCD64 (or 0xAFCD64) is known color: Wild Willow. HEX triplet: AF, CD and 64. RGB value is (175,205,100). Sum of RGB (Red+Green+Blue) = 175+205+100=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 100 (39.45% from 255 or 20.83% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCD64 is #50329B. Grayscale: #B8B8B8. Windows color (decimal): -5255836 or 6606255. OLE color: 6606255.

HSL color Cylindrical-coordinate representation of color #AFCD64: hue angle of 77.14º 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 #AFCD64 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 205 100 -
CMYK 0.15 0 0.51 0.20
HSL 77.14º 0.51% 0.6% -
HSV(B) 77.14º 0.51% 0.8% -
XYZ 41.81 53.7 20.22 -
YUV 184.06 80.56 121.54 -
System Red Green Blue C M Y K H S L
Decimal 175 205 100 0.15 0 0.51 0.20 77.14 0.51 0.6
Hex AF CD 64 F 0 33 14 4D 33 3C
Octal 257 315 144 17 0 63 24 115 63 74
Binary 10101111 11001101 1100100 1111 0 110011 10100 1001101 110011 111100

Color Harmonies of #AFCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCD64

Black with #AFCD64

Text Example


Text Example

White with #AFCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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