Html Css Color HEX #AFDF71 Feijoa

📋 copy color: '#AFDF71'

red 175 ◦ green 223 ◦ blue 113

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

Shades of Feijoa #AFDF71

Tints of Feijoa #AFDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 34.25%
G = 43.64%
B = 22.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#AFDF71 (or 0xAFDF71) is known color: Feijoa. HEX triplet: AF, DF and 71. RGB value is (175,223,113). Sum of RGB (Red+Green+Blue) = 175+223+113=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF71 is #50208E. Grayscale: #C4C4C4. Windows color (decimal): -5251215 or 7462831. OLE color: 7462831.

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

Color convert

RGB 175 223 113 -
CMYK 0.22 0 0.49 0.13
HSL 86.18º 0.63% 0.66% -
HSV(B) 86.18º 0.49% 0.87% -
XYZ 47.05 63.08 25.32 -
YUV 196.11 81.1 112.94 -
System Red Green Blue C M Y K H S L
Decimal 175 223 113 0.22 0 0.49 0.13 86.18 0.63 0.66
Hex AF DF 71 16 0 31 D 56 3F 42
Octal 257 337 161 26 0 61 15 126 77 102
Binary 10101111 11011111 1110001 10110 0 110001 1101 1010110 111111 1000010

Color Harmonies of #AFDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF71

Black with #AFDF71

Text Example


Text Example

White with #AFDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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