Html Css Color HEX #AFCF68 Wild Willow

📋 copy color: '#AFCF68'

red 175 ◦ green 207 ◦ blue 104

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

Shades of Wild Willow #AFCF68

Tints of Wild Willow #AFCF68

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 36.01%
G = 42.59%
B = 21.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#AFCF68 (or 0xAFCF68) is known color: Wild Willow. HEX triplet: AF, CF and 68. RGB value is (175,207,104). Sum of RGB (Red+Green+Blue) = 175+207+104=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFCF68 is #503097. Grayscale: #BABABA. Windows color (decimal): -5255320 or 6868911. OLE color: 6868911.

HSL color Cylindrical-coordinate representation of color #AFCF68: hue angle of 78.64º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFCF68 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 104 -
CMYK 0.15 0 0.50 0.19
HSL 78.64º 0.52% 0.61% -
HSV(B) 78.64º 0.5% 0.81% -
XYZ 42.49 54.74 21.42 -
YUV 185.69 81.9 120.38 -
System Red Green Blue C M Y K H S L
Decimal 175 207 104 0.15 0 0.50 0.19 78.64 0.52 0.61
Hex AF CF 68 F 0 32 13 4F 34 3D
Octal 257 317 150 17 0 62 23 117 64 75
Binary 10101111 11001111 1101000 1111 0 110010 10011 1001111 110100 111101

Color Harmonies of #AFCF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCF68

Black with #AFCF68

Text Example


Text Example

White with #AFCF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCF68; }

 p { color: rgb(175,207,104); }

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

background-color css

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

 a { background-color: rgb(175,207,104); }

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

border-color css

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

 span { border-color: rgb(175,207,104); }

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