Html Css Color HEX #AFD067 Wild Willow

📋 copy color: '#AFD067'

red 175 ◦ green 208 ◦ blue 103

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

Shades of Wild Willow #AFD067

Tints of Wild Willow #AFD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.8%

 BLUE value IS 103 (40.63% from 255) = 21.19%

R = 36.01%
G = 42.8%
B = 21.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AFD067 (or 0xAFD067) is known color: Wild Willow. HEX triplet: AF, D0 and 67. RGB value is (175,208,103). Sum of RGB (Red+Green+Blue) = 175+208+103=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD067 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD067 is #502F98. Grayscale: #BABABA. Windows color (decimal): -5255065 or 6803631. OLE color: 6803631.

HSL color Cylindrical-coordinate representation of color #AFD067: hue angle of 78.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFD067 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 175 208 103 -
CMYK 0.16 0 0.50 0.18
HSL 78.86º 0.53% 0.61% -
HSV(B) 78.86º 0.5% 0.82% -
XYZ 42.68 55.2 21.24 -
YUV 186.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 175 208 103 0.16 0 0.50 0.18 78.86 0.53 0.61
Hex AF D0 67 10 0 32 12 4F 35 3D
Octal 257 320 147 20 0 62 22 117 65 75
Binary 10101111 11010000 1100111 10000 0 110010 10010 1001111 110101 111101

Color Harmonies of #AFD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD067

Black with #AFD067

Text Example


Text Example

White with #AFD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD067; }

 p { color: rgb(175,208,103); }

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

background-color css

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

 a { background-color: rgb(175,208,103); }

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

border-color css

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

 span { border-color: rgb(175,208,103); }

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