Html Css Color HEX #AFDA77 Feijoa

📋 copy color: '#AFDA77'

red 175 ◦ green 218 ◦ blue 119

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

Shades of Feijoa #AFDA77

Tints of Feijoa #AFDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.58%

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

R = 34.18%
G = 42.58%
B = 23.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#AFDA77 (or 0xAFDA77) is known color: Feijoa. HEX triplet: AF, DA and 77. RGB value is (175,218,119). Sum of RGB (Red+Green+Blue) = 175+218+119=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA77 is #502588. Grayscale: #C2C2C2. Windows color (decimal): -5252489 or 7854767. OLE color: 7854767.

HSL color Cylindrical-coordinate representation of color #AFDA77: hue angle of 86.06º degrees, saturation: 0.57, 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 #AFDA77 is Cyan = 0.20, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 218 119 -
CMYK 0.20 0 0.45 0.15
HSL 86.06º 0.57% 0.66% -
HSV(B) 86.06º 0.45% 0.85% -
XYZ 46.08 60.59 26.72 -
YUV 193.86 85.75 114.55 -
System Red Green Blue C M Y K H S L
Decimal 175 218 119 0.20 0 0.45 0.15 86.06 0.57 0.66
Hex AF DA 77 14 0 2D F 56 39 42
Octal 257 332 167 24 0 55 17 126 71 102
Binary 10101111 11011010 1110111 10100 0 101101 1111 1010110 111001 1000010

Color Harmonies of #AFDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDA77

Black with #AFDA77

Text Example


Text Example

White with #AFDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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