Html Css Color HEX #AFD982 Feijoa

📋 copy color: '#AFD982'

red 175 ◦ green 217 ◦ blue 130

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

Shades of Feijoa #AFD982

Tints of Feijoa #AFD982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.9%

R = 33.52%
G = 41.57%
B = 24.9%

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

#AFD982 (or 0xAFD982) is known color: Feijoa. HEX triplet: AF, D9 and 82. RGB value is (175,217,130). Sum of RGB (Red+Green+Blue) = 175+217+130=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #AFD982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD982 is #50267D. Grayscale: #C2C2C2. Windows color (decimal): -5252734 or 8575407. OLE color: 8575407.

HSL color Cylindrical-coordinate representation of color #AFD982: hue angle of 88.97º 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 #AFD982 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 217 130 -
CMYK 0.19 0 0.40 0.15
HSL 88.97º 0.53% 0.68% -
HSV(B) 88.97º 0.4% 0.85% -
XYZ 46.52 60.35 30.32 -
YUV 194.52 91.59 114.07 -
System Red Green Blue C M Y K H S L
Decimal 175 217 130 0.19 0 0.40 0.15 88.97 0.53 0.68
Hex AF D9 82 13 0 28 F 59 35 44
Octal 257 331 202 23 0 50 17 131 65 104
Binary 10101111 11011001 10000010 10011 0 101000 1111 1011001 110101 1000100

Color Harmonies of #AFD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFD982

Black with #AFD982

Text Example


Text Example

White with #AFD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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