Html Css Color HEX #AFE575 Feijoa

📋 copy color: '#AFE575'

red 175 ◦ green 229 ◦ blue 117

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

Shades of Feijoa #AFE575

Tints of Feijoa #AFE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.95%

 BLUE value IS 117 (46.09% from 255) = 22.46%

R = 33.59%
G = 43.95%
B = 22.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#AFE575 (or 0xAFE575) is known color: Feijoa. HEX triplet: AF, E5 and 75. RGB value is (175,229,117). Sum of RGB (Red+Green+Blue) = 175+229+117=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 229 (89.84% from 255 or 43.95% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 229 - color contains mainly: green. Hex color #AFE575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE575 is #501A8A. Grayscale: #C8C8C8. Windows color (decimal): -5249675 or 7726511. OLE color: 7726511.

HSL color Cylindrical-coordinate representation of color #AFE575: hue angle of 88.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFE575 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 229 117 -
CMYK 0.24 0 0.49 0.10
HSL 88.93º 0.68% 0.68% -
HSV(B) 88.93º 0.49% 0.9% -
XYZ 48.91 66.44 27.08 -
YUV 200.09 81.11 110.11 -
System Red Green Blue C M Y K H S L
Decimal 175 229 117 0.24 0 0.49 0.10 88.93 0.68 0.68
Hex AF E5 75 18 0 31 A 59 44 44
Octal 257 345 165 30 0 61 12 131 104 104
Binary 10101111 11100101 1110101 11000 0 110001 1010 1011001 1000100 1000100

Color Harmonies of #AFE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE575

Black with #AFE575

Text Example


Text Example

White with #AFE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE575; }

 p { color: rgb(175,229,117); }

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

background-color css

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

 a { background-color: rgb(175,229,117); }

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

border-color css

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

 span { border-color: rgb(175,229,117); }

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