Html Css Color HEX #AFDC71 Feijoa

📋 copy color: '#AFDC71'

red 175 ◦ green 220 ◦ blue 113

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

Shades of Feijoa #AFDC71

Tints of Feijoa #AFDC71

RGB

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

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

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

R = 34.45%
G = 43.31%
B = 22.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#AFDC71 (or 0xAFDC71) is known color: Feijoa. HEX triplet: AF, DC and 71. RGB value is (175,220,113). Sum of RGB (Red+Green+Blue) = 175+220+113=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC71 is #50238E. Grayscale: #C2C2C2. Windows color (decimal): -5251983 or 7462063. OLE color: 7462063.

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

Color convert

RGB 175 220 113 -
CMYK 0.20 0 0.49 0.14
HSL 85.23º 0.6% 0.65% -
HSV(B) 85.23º 0.49% 0.86% -
XYZ 46.25 61.49 25.05 -
YUV 194.35 82.09 114.2 -
System Red Green Blue C M Y K H S L
Decimal 175 220 113 0.20 0 0.49 0.14 85.23 0.6 0.65
Hex AF DC 71 14 0 31 E 55 3C 41
Octal 257 334 161 24 0 61 16 125 74 101
Binary 10101111 11011100 1110001 10100 0 110001 1110 1010101 111100 1000001

Color Harmonies of #AFDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDC71

Black with #AFDC71

Text Example


Text Example

White with #AFDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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