Html Css Color HEX #AFE87D Feijoa

📋 copy color: '#AFE87D'

red 175 ◦ green 232 ◦ blue 125

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

Shades of Feijoa #AFE87D

Tints of Feijoa #AFE87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.5%

R = 32.89%
G = 43.61%
B = 23.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#AFE87D (or 0xAFE87D) is known color: Feijoa. HEX triplet: AF, E8 and 7D. RGB value is (175,232,125). Sum of RGB (Red+Green+Blue) = 175+232+125=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 232 (91.02% from 255 or 43.61% from 532); Blue value is 125 (49.22% from 255 or 23.50% from 532); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE87D is #501782. Grayscale: #CBCBCB. Windows color (decimal): -5248899 or 8251567. OLE color: 8251567.

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

Color convert

RGB 175 232 125 -
CMYK 0.25 0 0.46 0.09
HSL 91.96º 0.7% 0.7% -
HSV(B) 91.96º 0.46% 0.91% -
XYZ 50.24 68.31 29.94 -
YUV 202.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 175 232 125 0.25 0 0.46 0.09 91.96 0.7 0.7
Hex AF E8 7D 19 0 2E 9 5C 46 46
Octal 257 350 175 31 0 56 11 134 106 106
Binary 10101111 11101000 1111101 11001 0 101110 1001 1011100 1000110 1000110

Color Harmonies of #AFE87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE87D

Black with #AFE87D

Text Example


Text Example

White with #AFE87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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