Html Css Color HEX #AFD57C Feijoa

📋 copy color: '#AFD57C'

red 175 ◦ green 213 ◦ blue 124

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

Shades of Feijoa #AFD57C

Tints of Feijoa #AFD57C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.6%

 BLUE value IS 124 (48.83% from 255) = 24.22%

R = 34.18%
G = 41.6%
B = 24.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#AFD57C (or 0xAFD57C) is known color: Feijoa. HEX triplet: AF, D5 and 7C. RGB value is (175,213,124). Sum of RGB (Red+Green+Blue) = 175+213+124=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 124 (48.83% from 255 or 24.22% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD57C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD57C is #502A83. Grayscale: #BFBFBF. Windows color (decimal): -5253764 or 8181167. OLE color: 8181167.

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

Color convert

RGB 175 213 124 -
CMYK 0.18 0 0.42 0.16
HSL 85.62º 0.51% 0.66% -
HSV(B) 85.62º 0.42% 0.84% -
XYZ 45.11 58.16 27.92 -
YUV 191.49 89.91 116.24 -
System Red Green Blue C M Y K H S L
Decimal 175 213 124 0.18 0 0.42 0.16 85.62 0.51 0.66
Hex AF D5 7C 12 0 2A 10 56 33 42
Octal 257 325 174 22 0 52 20 126 63 102
Binary 10101111 11010101 1111100 10010 0 101010 10000 1010110 110011 1000010

Color Harmonies of #AFD57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD57C

Black with #AFD57C

Text Example


Text Example

White with #AFD57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD57C; }

 p { color: rgb(175,213,124); }

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

background-color css

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

 a { background-color: rgb(175,213,124); }

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

border-color css

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

 span { border-color: rgb(175,213,124); }

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