Html Css Color HEX #AFE875 Feijoa

📋 copy color: '#AFE875'

red 175 ◦ green 232 ◦ blue 117

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

Shades of Feijoa #AFE875

Tints of Feijoa #AFE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.27%

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

R = 33.4%
G = 44.27%
B = 22.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#AFE875 (or 0xAFE875) is known color: Feijoa. HEX triplet: AF, E8 and 75. RGB value is (175,232,117). Sum of RGB (Red+Green+Blue) = 175+232+117=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 232 (91.02% from 255 or 44.27% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE875 is #50178A. Grayscale: #CACACA. Windows color (decimal): -5248907 or 7727279. OLE color: 7727279.

HSL color Cylindrical-coordinate representation of color #AFE875: hue angle of 89.74º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFE875 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 232 117 -
CMYK 0.25 0 0.50 0.09
HSL 89.74º 0.71% 0.68% -
HSV(B) 89.74º 0.5% 0.91% -
XYZ 49.75 68.11 27.35 -
YUV 201.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 175 232 117 0.25 0 0.50 0.09 89.74 0.71 0.68
Hex AF E8 75 19 0 32 9 5A 47 44
Octal 257 350 165 31 0 62 11 132 107 104
Binary 10101111 11101000 1110101 11001 0 110010 1001 1011010 1000111 1000100

Color Harmonies of #AFE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE875

Black with #AFE875

Text Example


Text Example

White with #AFE875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE875; }

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

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

background-color css

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

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

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

border-color css

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

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

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