Html Css Color HEX #AFE479 Feijoa

📋 copy color: '#AFE479'

red 175 ◦ green 228 ◦ blue 121

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

Shades of Feijoa #AFE479

Tints of Feijoa #AFE479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.09%

R = 33.4%
G = 43.51%
B = 23.09%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#AFE479 (or 0xAFE479) is known color: Feijoa. HEX triplet: AF, E4 and 79. RGB value is (175,228,121). Sum of RGB (Red+Green+Blue) = 175+228+121=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 228 (89.45% from 255 or 43.51% from 524); Blue value is 121 (47.66% from 255 or 23.09% from 524); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE479 is #501B86. Grayscale: #C8C8C8. Windows color (decimal): -5249927 or 7988399. OLE color: 7988399.

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

Color convert

RGB 175 228 121 -
CMYK 0.23 0 0.47 0.11
HSL 89.72º 0.66% 0.68% -
HSV(B) 89.72º 0.47% 0.89% -
XYZ 48.87 65.98 28.25 -
YUV 199.96 83.44 110.2 -
System Red Green Blue C M Y K H S L
Decimal 175 228 121 0.23 0 0.47 0.11 89.72 0.66 0.68
Hex AF E4 79 17 0 2F B 5A 42 44
Octal 257 344 171 27 0 57 13 132 102 104
Binary 10101111 11100100 1111001 10111 0 101111 1011 1011010 1000010 1000100

Color Harmonies of #AFE479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE479

Black with #AFE479

Text Example


Text Example

White with #AFE479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE479; }

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

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

background-color css

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

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

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

border-color css

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

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

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