Html Css Color HEX #AFDF73 Feijoa

📋 copy color: '#AFDF73'

red 175 ◦ green 223 ◦ blue 115

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

Shades of Feijoa #AFDF73

Tints of Feijoa #AFDF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.42%

R = 34.11%
G = 43.47%
B = 22.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#AFDF73 (or 0xAFDF73) is known color: Feijoa. HEX triplet: AF, DF and 73. RGB value is (175,223,115). Sum of RGB (Red+Green+Blue) = 175+223+115=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 223 (87.5% from 255 or 43.47% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF73 is #50208C. Grayscale: #C4C4C4. Windows color (decimal): -5251213 or 7593903. OLE color: 7593903.

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

Color convert

RGB 175 223 115 -
CMYK 0.22 0 0.48 0.13
HSL 86.67º 0.63% 0.66% -
HSV(B) 86.67º 0.48% 0.87% -
XYZ 47.16 63.13 25.92 -
YUV 196.34 82.1 112.78 -
System Red Green Blue C M Y K H S L
Decimal 175 223 115 0.22 0 0.48 0.13 86.67 0.63 0.66
Hex AF DF 73 16 0 30 D 57 3F 42
Octal 257 337 163 26 0 60 15 127 77 102
Binary 10101111 11011111 1110011 10110 0 110000 1101 1010111 111111 1000010

Color Harmonies of #AFDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDF73

Black with #AFDF73

Text Example


Text Example

White with #AFDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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