Html Css Color HEX #AFD981 Feijoa

📋 copy color: '#AFD981'

red 175 ◦ green 217 ◦ blue 129

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

Shades of Feijoa #AFD981

Tints of Feijoa #AFD981

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.65%

 BLUE value IS 129 (50.78% from 255) = 24.76%

R = 33.59%
G = 41.65%
B = 24.76%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#AFD981 (or 0xAFD981) is known color: Feijoa. HEX triplet: AF, D9 and 81. RGB value is (175,217,129). Sum of RGB (Red+Green+Blue) = 175+217+129=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD981 is #50267E. Grayscale: #C2C2C2. Windows color (decimal): -5252735 or 8509871. OLE color: 8509871.

HSL color Cylindrical-coordinate representation of color #AFD981: hue angle of 88.64º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFD981 is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 129 -
CMYK 0.19 0 0.41 0.15
HSL 88.64º 0.54% 0.68% -
HSV(B) 88.64º 0.41% 0.85% -
XYZ 46.45 60.32 29.96 -
YUV 194.41 91.09 114.16 -
System Red Green Blue C M Y K H S L
Decimal 175 217 129 0.19 0 0.41 0.15 88.64 0.54 0.68
Hex AF D9 81 13 0 29 F 59 36 44
Octal 257 331 201 23 0 51 17 131 66 104
Binary 10101111 11011001 10000001 10011 0 101001 1111 1011001 110110 1000100

Color Harmonies of #AFD981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD981

Black with #AFD981

Text Example


Text Example

White with #AFD981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD981; }

 p { color: rgb(175,217,129); }

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

background-color css

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

 a { background-color: rgb(175,217,129); }

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

border-color css

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

 span { border-color: rgb(175,217,129); }

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