Html Css Color HEX #AFD881 Feijoa

📋 copy color: '#AFD881'

red 175 ◦ green 216 ◦ blue 129

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

Shades of Feijoa #AFD881

Tints of Feijoa #AFD881

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.54%

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

R = 33.65%
G = 41.54%
B = 24.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#AFD881 (or 0xAFD881) is known color: Feijoa. HEX triplet: AF, D8 and 81. RGB value is (175,216,129). Sum of RGB (Red+Green+Blue) = 175+216+129=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #AFD881 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD881 is #50277E. Grayscale: #C2C2C2. Windows color (decimal): -5252991 or 8509615. OLE color: 8509615.

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

Color convert

RGB 175 216 129 -
CMYK 0.19 0 0.40 0.15
HSL 88.28º 0.53% 0.68% -
HSV(B) 88.28º 0.4% 0.85% -
XYZ 46.2 59.81 29.88 -
YUV 193.82 91.42 114.57 -
System Red Green Blue C M Y K H S L
Decimal 175 216 129 0.19 0 0.40 0.15 88.28 0.53 0.68
Hex AF D8 81 13 0 28 F 58 35 44
Octal 257 330 201 23 0 50 17 130 65 104
Binary 10101111 11011000 10000001 10011 0 101000 1111 1011000 110101 1000100

Color Harmonies of #AFD881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD881

Black with #AFD881

Text Example


Text Example

White with #AFD881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD881; }

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

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

background-color css

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

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

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

border-color css

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

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

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