Html Css Color HEX #AFE374 Feijoa

📋 copy color: '#AFE374'

red 175 ◦ green 227 ◦ blue 116

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

Shades of Feijoa #AFE374

Tints of Feijoa #AFE374

RGB

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

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

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

R = 33.78%
G = 43.82%
B = 22.39%

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

#AFE374 (or 0xAFE374) is known color: Feijoa. HEX triplet: AF, E3 and 74. RGB value is (175,227,116). Sum of RGB (Red+Green+Blue) = 175+227+116=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 227 (89.06% from 255 or 43.82% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE374 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE374 is #501C8B. Grayscale: #C7C7C7. Windows color (decimal): -5250188 or 7660463. OLE color: 7660463.

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

Color convert

RGB 175 227 116 -
CMYK 0.23 0 0.49 0.11
HSL 88.11º 0.66% 0.67% -
HSV(B) 88.11º 0.49% 0.89% -
XYZ 48.3 65.31 26.58 -
YUV 198.8 81.27 111.03 -
System Red Green Blue C M Y K H S L
Decimal 175 227 116 0.23 0 0.49 0.11 88.11 0.66 0.67
Hex AF E3 74 17 0 31 B 58 42 43
Octal 257 343 164 27 0 61 13 130 102 103
Binary 10101111 11100011 1110100 10111 0 110001 1011 1011000 1000010 1000011

Color Harmonies of #AFE374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE374

Black with #AFE374

Text Example


Text Example

White with #AFE374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE374; }

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

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

background-color css

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

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

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

border-color css

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

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

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