Html Css Color HEX #AFE474 Feijoa

📋 copy color: '#AFE474'

red 175 ◦ green 228 ◦ blue 116

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

Shades of Feijoa #AFE474

Tints of Feijoa #AFE474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 22.35%

R = 33.72%
G = 43.93%
B = 22.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#AFE474 (or 0xAFE474) is known color: Feijoa. HEX triplet: AF, E4 and 74. RGB value is (175,228,116). Sum of RGB (Red+Green+Blue) = 175+228+116=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 228 (89.45% from 255 or 43.93% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 228 - color contains mainly: green. Hex color #AFE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE474 is #501B8B. Grayscale: #C7C7C7. Windows color (decimal): -5249932 or 7660719. OLE color: 7660719.

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

Color convert

RGB 175 228 116 -
CMYK 0.23 0 0.49 0.11
HSL 88.39º 0.67% 0.67% -
HSV(B) 88.39º 0.49% 0.89% -
XYZ 48.57 65.86 26.68 -
YUV 199.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 175 228 116 0.23 0 0.49 0.11 88.39 0.67 0.67
Hex AF E4 74 17 0 31 B 58 43 43
Octal 257 344 164 27 0 61 13 130 103 103
Binary 10101111 11100100 1110100 10111 0 110001 1011 1011000 1000011 1000011

Color Harmonies of #AFE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE474

Black with #AFE474

Text Example


Text Example

White with #AFE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE474; }

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

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

background-color css

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

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

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

border-color css

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

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

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