Html Css Color HEX #AFE47F Feijoa

📋 copy color: '#AFE47F'

red 175 ◦ green 228 ◦ blue 127

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

Shades of Feijoa #AFE47F

Tints of Feijoa #AFE47F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.02%

 BLUE value IS 127 (50% from 255) = 23.96%

R = 33.02%
G = 43.02%
B = 23.96%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#AFE47F (or 0xAFE47F) is known color: Feijoa. HEX triplet: AF, E4 and 7F. RGB value is (175,228,127). Sum of RGB (Red+Green+Blue) = 175+228+127=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 228 (89.45% from 255 or 43.02% from 530); Blue value is 127 (50% from 255 or 23.96% from 530); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE47F is #501B80. Grayscale: #C8C8C8. Windows color (decimal): -5249921 or 8381615. OLE color: 8381615.

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

Color convert

RGB 175 228 127 -
CMYK 0.23 0 0.44 0.11
HSL 91.49º 0.65% 0.7% -
HSV(B) 91.49º 0.44% 0.89% -
XYZ 49.25 66.13 30.25 -
YUV 200.64 86.44 109.71 -
System Red Green Blue C M Y K H S L
Decimal 175 228 127 0.23 0 0.44 0.11 91.49 0.65 0.7
Hex AF E4 7F 17 0 2C B 5B 41 46
Octal 257 344 177 27 0 54 13 133 101 106
Binary 10101111 11100100 1111111 10111 0 101100 1011 1011011 1000001 1000110

Color Harmonies of #AFE47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE47F

Black with #AFE47F

Text Example


Text Example

White with #AFE47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE47F; }

 p { color: rgb(175,228,127); }

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

background-color css

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

 a { background-color: rgb(175,228,127); }

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

border-color css

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

 span { border-color: rgb(175,228,127); }

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