Html Css Color HEX #AFE477 Feijoa

📋 copy color: '#AFE477'

red 175 ◦ green 228 ◦ blue 119

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

Shades of Feijoa #AFE477

Tints of Feijoa #AFE477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.8%

R = 33.52%
G = 43.68%
B = 22.8%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#AFE477 (or 0xAFE477) is known color: Feijoa. HEX triplet: AF, E4 and 77. RGB value is (175,228,119). Sum of RGB (Red+Green+Blue) = 175+228+119=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 228 (89.45% from 255 or 43.68% from 522); Blue value is 119 (46.88% from 255 or 22.80% from 522); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE477 is #501B88. Grayscale: #C8C8C8. Windows color (decimal): -5249929 or 7857327. OLE color: 7857327.

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

Color convert

RGB 175 228 119 -
CMYK 0.23 0 0.48 0.11
HSL 89.17º 0.67% 0.68% -
HSV(B) 89.17º 0.48% 0.89% -
XYZ 48.75 65.93 27.61 -
YUV 199.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 175 228 119 0.23 0 0.48 0.11 89.17 0.67 0.68
Hex AF E4 77 17 0 30 B 59 43 44
Octal 257 344 167 27 0 60 13 131 103 104
Binary 10101111 11100100 1110111 10111 0 110000 1011 1011001 1000011 1000100

Color Harmonies of #AFE477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE477

Black with #AFE477

Text Example


Text Example

White with #AFE477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE477; }

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

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

background-color css

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

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

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

border-color css

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

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

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