Html Css Color HEX #AFD983 Feijoa

📋 copy color: '#AFD983'

red 175 ◦ green 217 ◦ blue 131

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

Shades of Feijoa #AFD983

Tints of Feijoa #AFD983

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.49%

 BLUE value IS 131 (51.56% from 255) = 25.05%

R = 33.46%
G = 41.49%
B = 25.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#AFD983 (or 0xAFD983) is known color: Feijoa. HEX triplet: AF, D9 and 83. RGB value is (175,217,131). Sum of RGB (Red+Green+Blue) = 175+217+131=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD983 is #50267C. Grayscale: #C2C2C2. Windows color (decimal): -5252733 or 8640943. OLE color: 8640943.

HSL color Cylindrical-coordinate representation of color #AFD983: hue angle of 89.3º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFD983 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 131 -
CMYK 0.19 0 0.40 0.15
HSL 89.3º 0.53% 0.68% -
HSV(B) 89.3º 0.4% 0.85% -
XYZ 46.59 60.38 30.67 -
YUV 194.64 92.09 113.99 -
System Red Green Blue C M Y K H S L
Decimal 175 217 131 0.19 0 0.40 0.15 89.3 0.53 0.68
Hex AF D9 83 13 0 28 F 59 35 44
Octal 257 331 203 23 0 50 17 131 65 104
Binary 10101111 11011001 10000011 10011 0 101000 1111 1011001 110101 1000100

Color Harmonies of #AFD983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD983

Black with #AFD983

Text Example


Text Example

White with #AFD983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD983; }

 p { color: rgb(175,217,131); }

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

background-color css

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

 a { background-color: rgb(175,217,131); }

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

border-color css

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

 span { border-color: rgb(175,217,131); }

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