Html Css Color HEX #AFE773 Feijoa

📋 copy color: '#AFE773'

red 175 ◦ green 231 ◦ blue 115

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

Shades of Feijoa #AFE773

Tints of Feijoa #AFE773

RGB

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

 GREEN value IS 231 (90.63% from 255) = 44.34%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 33.59%
G = 44.34%
B = 22.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#AFE773 (or 0xAFE773) is known color: Feijoa. HEX triplet: AF, E7 and 73. RGB value is (175,231,115). Sum of RGB (Red+Green+Blue) = 175+231+115=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 231 (90.62% from 255 or 44.34% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE773 is #50188C. Grayscale: #C9C9C9. Windows color (decimal): -5249165 or 7595951. OLE color: 7595951.

HSL color Cylindrical-coordinate representation of color #AFE773: hue angle of 88.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE773 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 115 -
CMYK 0.24 0 0.50 0.09
HSL 88.97º 0.71% 0.68% -
HSV(B) 88.97º 0.5% 0.91% -
XYZ 49.35 67.5 26.65 -
YUV 201.03 79.45 109.43 -
System Red Green Blue C M Y K H S L
Decimal 175 231 115 0.24 0 0.50 0.09 88.97 0.71 0.68
Hex AF E7 73 18 0 32 9 59 47 44
Octal 257 347 163 30 0 62 11 131 107 104
Binary 10101111 11100111 1110011 11000 0 110010 1001 1011001 1000111 1000100

Color Harmonies of #AFE773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE773

Black with #AFE773

Text Example


Text Example

White with #AFE773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE773; }

 p { color: rgb(175,231,115); }

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

background-color css

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

 a { background-color: rgb(175,231,115); }

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

border-color css

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

 span { border-color: rgb(175,231,115); }

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