Html Css Color HEX #AFD679 Feijoa

📋 copy color: '#AFD679'

red 175 ◦ green 214 ◦ blue 121

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

Shades of Feijoa #AFD679

Tints of Feijoa #AFD679

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.96%

 BLUE value IS 121 (47.66% from 255) = 23.73%

R = 34.31%
G = 41.96%
B = 23.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#AFD679 (or 0xAFD679) is known color: Feijoa. HEX triplet: AF, D6 and 79. RGB value is (175,214,121). Sum of RGB (Red+Green+Blue) = 175+214+121=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #AFD679 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD679 is #502986. Grayscale: #C0C0C0. Windows color (decimal): -5253511 or 7984815. OLE color: 7984815.

HSL color Cylindrical-coordinate representation of color #AFD679: hue angle of 85.16º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFD679 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 214 121 -
CMYK 0.18 0 0.43 0.16
HSL 85.16º 0.53% 0.66% -
HSV(B) 85.16º 0.43% 0.84% -
XYZ 45.18 58.59 27.02 -
YUV 191.74 88.08 116.06 -
System Red Green Blue C M Y K H S L
Decimal 175 214 121 0.18 0 0.43 0.16 85.16 0.53 0.66
Hex AF D6 79 12 0 2B 10 55 35 42
Octal 257 326 171 22 0 53 20 125 65 102
Binary 10101111 11010110 1111001 10010 0 101011 10000 1010101 110101 1000010

Color Harmonies of #AFD679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD679

Black with #AFD679

Text Example


Text Example

White with #AFD679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD679; }

 p { color: rgb(175,214,121); }

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

background-color css

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

 a { background-color: rgb(175,214,121); }

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

border-color css

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

 span { border-color: rgb(175,214,121); }

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