Html Css Color HEX #AFD47D Feijoa

📋 copy color: '#AFD47D'

red 175 ◦ green 212 ◦ blue 125

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

Shades of Feijoa #AFD47D

Tints of Feijoa #AFD47D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.41%

 BLUE value IS 125 (49.22% from 255) = 24.41%

R = 34.18%
G = 41.41%
B = 24.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#AFD47D (or 0xAFD47D) is known color: Feijoa. HEX triplet: AF, D4 and 7D. RGB value is (175,212,125). Sum of RGB (Red+Green+Blue) = 175+212+125=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD47D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD47D is #502B82. Grayscale: #BFBFBF. Windows color (decimal): -5254019 or 8246447. OLE color: 8246447.

HSL color Cylindrical-coordinate representation of color #AFD47D: hue angle of 85.52º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFD47D is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 175 212 125 -
CMYK 0.17 0 0.41 0.17
HSL 85.52º 0.5% 0.66% -
HSV(B) 85.52º 0.41% 0.83% -
XYZ 44.92 57.68 28.17 -
YUV 191.02 90.74 116.57 -
System Red Green Blue C M Y K H S L
Decimal 175 212 125 0.17 0 0.41 0.17 85.52 0.5 0.66
Hex AF D4 7D 11 0 29 11 56 32 42
Octal 257 324 175 21 0 51 21 126 62 102
Binary 10101111 11010100 1111101 10001 0 101001 10001 1010110 110010 1000010

Color Harmonies of #AFD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD47D

Black with #AFD47D

Text Example


Text Example

White with #AFD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD47D; }

 p { color: rgb(175,212,125); }

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

background-color css

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

 a { background-color: rgb(175,212,125); }

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

border-color css

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

 span { border-color: rgb(175,212,125); }

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