Html Css Color HEX #AFE573 Feijoa

📋 copy color: '#AFE573'

red 175 ◦ green 229 ◦ blue 115

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

Shades of Feijoa #AFE573

Tints of Feijoa #AFE573

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.12%

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

R = 33.72%
G = 44.12%
B = 22.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#AFE573 (or 0xAFE573) is known color: Feijoa. HEX triplet: AF, E5 and 73. RGB value is (175,229,115). Sum of RGB (Red+Green+Blue) = 175+229+115=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 229 (89.84% from 255 or 44.12% from 519); Blue value is 115 (45.31% from 255 or 22.16% from 519); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE573 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE573 is #501A8C. Grayscale: #C8C8C8. Windows color (decimal): -5249677 or 7595439. OLE color: 7595439.

HSL color Cylindrical-coordinate representation of color #AFE573: hue angle of 88.42º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE573 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 115 -
CMYK 0.24 0 0.50 0.10
HSL 88.42º 0.69% 0.67% -
HSV(B) 88.42º 0.5% 0.9% -
XYZ 48.79 66.39 26.46 -
YUV 199.86 80.11 110.27 -
System Red Green Blue C M Y K H S L
Decimal 175 229 115 0.24 0 0.50 0.10 88.42 0.69 0.67
Hex AF E5 73 18 0 32 A 58 45 43
Octal 257 345 163 30 0 62 12 130 105 103
Binary 10101111 11100101 1110011 11000 0 110010 1010 1011000 1000101 1000011

Color Harmonies of #AFE573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE573

Black with #AFE573

Text Example


Text Example

White with #AFE573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE573; }

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

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

background-color css

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

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

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

border-color css

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

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

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