Html Css Color HEX #AFE379 Feijoa

📋 copy color: '#AFE379'

red 175 ◦ green 227 ◦ blue 121

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

Shades of Feijoa #AFE379

Tints of Feijoa #AFE379

RGB

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

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

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

R = 33.46%
G = 43.4%
B = 23.14%

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

#AFE379 (or 0xAFE379) is known color: Feijoa. HEX triplet: AF, E3 and 79. RGB value is (175,227,121). Sum of RGB (Red+Green+Blue) = 175+227+121=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 227 (89.06% from 255 or 43.40% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE379 is #501C86. Grayscale: #C7C7C7. Windows color (decimal): -5250183 or 7988143. OLE color: 7988143.

HSL color Cylindrical-coordinate representation of color #AFE379: hue angle of 89.43º degrees, saturation: 0.65, 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 #AFE379 is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 121 -
CMYK 0.23 0 0.47 0.11
HSL 89.43º 0.65% 0.68% -
HSV(B) 89.43º 0.47% 0.89% -
XYZ 48.6 65.43 28.16 -
YUV 199.37 83.77 110.62 -
System Red Green Blue C M Y K H S L
Decimal 175 227 121 0.23 0 0.47 0.11 89.43 0.65 0.68
Hex AF E3 79 17 0 2F B 59 41 44
Octal 257 343 171 27 0 57 13 131 101 104
Binary 10101111 11100011 1111001 10111 0 101111 1011 1011001 1000001 1000100

Color Harmonies of #AFE379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE379

Black with #AFE379

Text Example


Text Example

White with #AFE379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE379; }

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

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

background-color css

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

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

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

border-color css

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

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

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