Html Css Color HEX #AFE885 Feijoa

📋 copy color: '#AFE885'

red 175 ◦ green 232 ◦ blue 133

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

Shades of Feijoa #AFE885

Tints of Feijoa #AFE885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.63%

R = 32.41%
G = 42.96%
B = 24.63%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#AFE885 (or 0xAFE885) is known color: Feijoa. HEX triplet: AF, E8 and 85. RGB value is (175,232,133). Sum of RGB (Red+Green+Blue) = 175+232+133=540 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.41% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE885 is #50177A. Grayscale: #CCCCCC. Windows color (decimal): -5248891 or 8775855. OLE color: 8775855.

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

Color convert

RGB 175 232 133 -
CMYK 0.25 0 0.43 0.09
HSL 94.55º 0.68% 0.72% -
HSV(B) 94.55º 0.43% 0.91% -
XYZ 50.77 68.52 32.74 -
YUV 203.67 88.12 107.55 -
System Red Green Blue C M Y K H S L
Decimal 175 232 133 0.25 0 0.43 0.09 94.55 0.68 0.72
Hex AF E8 85 19 0 2B 9 5F 44 48
Octal 257 350 205 31 0 53 11 137 104 110
Binary 10101111 11101000 10000101 11001 0 101011 1001 1011111 1000100 1001000

Color Harmonies of #AFE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE885

Black with #AFE885

Text Example


Text Example

White with #AFE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE885; }

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

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

background-color css

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

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

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

border-color css

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

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

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