Html Css Color HEX #AFDF80 Feijoa

📋 copy color: '#AFDF80'

red 175 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #AFDF80

Tints of Feijoa #AFDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 33.27%
G = 42.4%
B = 24.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#AFDF80 (or 0xAFDF80) is known color: Feijoa. HEX triplet: AF, DF and 80. RGB value is (175,223,128). Sum of RGB (Red+Green+Blue) = 175+223+128=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF80 is #50207F. Grayscale: #C6C6C6. Windows color (decimal): -5251200 or 8445871. OLE color: 8445871.

HSL color Cylindrical-coordinate representation of color #AFDF80: hue angle of 90.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFDF80 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 223 128 -
CMYK 0.22 0 0.43 0.13
HSL 90.32º 0.6% 0.69% -
HSV(B) 90.32º 0.43% 0.87% -
XYZ 47.96 63.45 30.14 -
YUV 197.82 88.6 111.72 -
System Red Green Blue C M Y K H S L
Decimal 175 223 128 0.22 0 0.43 0.13 90.32 0.6 0.69
Hex AF DF 80 16 0 2B D 5A 3C 45
Octal 257 337 200 26 0 53 15 132 74 105
Binary 10101111 11011111 10000000 10110 0 101011 1101 1011010 111100 1000101

Color Harmonies of #AFDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF80

Black with #AFDF80

Text Example


Text Example

White with #AFDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF80; }

 p { color: rgb(175,223,128); }

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

background-color css

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

 a { background-color: rgb(175,223,128); }

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

border-color css

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

 span { border-color: rgb(175,223,128); }

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