Html Css Color HEX #AFD37E Feijoa

📋 copy color: '#AFD37E'

red 175 ◦ green 211 ◦ blue 126

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

Shades of Feijoa #AFD37E

Tints of Feijoa #AFD37E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

 BLUE value IS 126 (49.61% from 255) = 24.61%

R = 34.18%
G = 41.21%
B = 24.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#AFD37E (or 0xAFD37E) is known color: Feijoa. HEX triplet: AF, D3 and 7E. RGB value is (175,211,126). Sum of RGB (Red+Green+Blue) = 175+211+126=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 126 (49.61% from 255 or 24.61% from 512); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD37E is #502C81. Grayscale: #BEBEBE. Windows color (decimal): -5254274 or 8311727. OLE color: 8311727.

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

Color convert

RGB 175 211 126 -
CMYK 0.17 0 0.40 0.17
HSL 85.41º 0.49% 0.66% -
HSV(B) 85.41º 0.4% 0.83% -
XYZ 44.74 57.21 28.42 -
YUV 190.55 91.57 116.91 -
System Red Green Blue C M Y K H S L
Decimal 175 211 126 0.17 0 0.40 0.17 85.41 0.49 0.66
Hex AF D3 7E 11 0 28 11 55 31 42
Octal 257 323 176 21 0 50 21 125 61 102
Binary 10101111 11010011 1111110 10001 0 101000 10001 1010101 110001 1000010

Color Harmonies of #AFD37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD37E

Black with #AFD37E

Text Example


Text Example

White with #AFD37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD37E; }

 p { color: rgb(175,211,126); }

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

background-color css

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

 a { background-color: rgb(175,211,126); }

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

border-color css

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

 span { border-color: rgb(175,211,126); }

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