Html Css Color HEX #AFE387 Feijoa

📋 copy color: '#AFE387'

red 175 ◦ green 227 ◦ blue 135

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

Shades of Feijoa #AFE387

Tints of Feijoa #AFE387

RGB

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

 GREEN value IS 227 (89.06% from 255) = 42.27%

 BLUE value IS 135 (53.13% from 255) = 25.14%

R = 32.59%
G = 42.27%
B = 25.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#AFE387 (or 0xAFE387) is known color: Feijoa. HEX triplet: AF, E3 and 87. RGB value is (175,227,135). Sum of RGB (Red+Green+Blue) = 175+227+135=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 135 (53.12% from 255 or 25.14% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE387 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE387 is #501C78. Grayscale: #C9C9C9. Windows color (decimal): -5250169 or 8905647. OLE color: 8905647.

HSL color Cylindrical-coordinate representation of color #AFE387: hue angle of 93.91º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFE387 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 135 -
CMYK 0.23 0 0.41 0.11
HSL 93.91º 0.62% 0.71% -
HSV(B) 93.91º 0.41% 0.89% -
XYZ 49.52 65.8 33.01 -
YUV 200.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 175 227 135 0.23 0 0.41 0.11 93.91 0.62 0.71
Hex AF E3 87 17 0 29 B 5E 3E 47
Octal 257 343 207 27 0 51 13 136 76 107
Binary 10101111 11100011 10000111 10111 0 101001 1011 1011110 111110 1000111

Color Harmonies of #AFE387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE387

Black with #AFE387

Text Example


Text Example

White with #AFE387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE387; }

 p { color: rgb(175,227,135); }

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

background-color css

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

 a { background-color: rgb(175,227,135); }

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

border-color css

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

 span { border-color: rgb(175,227,135); }

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