Html Css Color HEX #AFDC73 Feijoa

📋 copy color: '#AFDC73'

red 175 ◦ green 220 ◦ blue 115

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

Shades of Feijoa #AFDC73

Tints of Feijoa #AFDC73

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

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

R = 34.31%
G = 43.14%
B = 22.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#AFDC73 (or 0xAFDC73) is known color: Feijoa. HEX triplet: AF, DC and 73. RGB value is (175,220,115). Sum of RGB (Red+Green+Blue) = 175+220+115=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC73 is #50238C. Grayscale: #C2C2C2. Windows color (decimal): -5251981 or 7593135. OLE color: 7593135.

HSL color Cylindrical-coordinate representation of color #AFDC73: hue angle of 85.71º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDC73 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 220 115 -
CMYK 0.20 0 0.48 0.14
HSL 85.71º 0.6% 0.66% -
HSV(B) 85.71º 0.48% 0.86% -
XYZ 46.37 61.54 25.65 -
YUV 194.58 83.09 114.04 -
System Red Green Blue C M Y K H S L
Decimal 175 220 115 0.20 0 0.48 0.14 85.71 0.6 0.66
Hex AF DC 73 14 0 30 E 56 3C 42
Octal 257 334 163 24 0 60 16 126 74 102
Binary 10101111 11011100 1110011 10100 0 110000 1110 1010110 111100 1000010

Color Harmonies of #AFDC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC73

Black with #AFDC73

Text Example


Text Example

White with #AFDC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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