Html Css Color HEX #AFD977 Feijoa

📋 copy color: '#AFD977'

red 175 ◦ green 217 ◦ blue 119

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

Shades of Feijoa #AFD977

Tints of Feijoa #AFD977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 34.25%
G = 42.47%
B = 23.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AFD977 (or 0xAFD977) is known color: Feijoa. HEX triplet: AF, D9 and 77. RGB value is (175,217,119). Sum of RGB (Red+Green+Blue) = 175+217+119=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD977 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD977 is #502688. Grayscale: #C1C1C1. Windows color (decimal): -5252745 or 7854511. OLE color: 7854511.

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

Color convert

RGB 175 217 119 -
CMYK 0.19 0 0.45 0.15
HSL 85.71º 0.56% 0.66% -
HSV(B) 85.71º 0.45% 0.85% -
XYZ 45.82 60.07 26.63 -
YUV 193.27 86.09 114.97 -
System Red Green Blue C M Y K H S L
Decimal 175 217 119 0.19 0 0.45 0.15 85.71 0.56 0.66
Hex AF D9 77 13 0 2D F 56 38 42
Octal 257 331 167 23 0 55 17 126 70 102
Binary 10101111 11011001 1110111 10011 0 101101 1111 1010110 111000 1000010

Color Harmonies of #AFD977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD977

Black with #AFD977

Text Example


Text Example

White with #AFD977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD977; }

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

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

background-color css

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

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

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

border-color css

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

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

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