Html Css Color HEX #AFDB71 Feijoa

📋 copy color: '#AFDB71'

red 175 ◦ green 219 ◦ blue 113

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

Shades of Feijoa #AFDB71

Tints of Feijoa #AFDB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.2%

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

R = 34.52%
G = 43.2%
B = 22.29%

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

#AFDB71 (or 0xAFDB71) is known color: Feijoa. HEX triplet: AF, DB and 71. RGB value is (175,219,113). Sum of RGB (Red+Green+Blue) = 175+219+113=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 219 (85.94% from 255 or 43.20% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB71 is #50248E. Grayscale: #C2C2C2. Windows color (decimal): -5252239 or 7461807. OLE color: 7461807.

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

Color convert

RGB 175 219 113 -
CMYK 0.20 0 0.48 0.14
HSL 84.91º 0.6% 0.65% -
HSV(B) 84.91º 0.48% 0.86% -
XYZ 45.99 60.97 24.97 -
YUV 193.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 175 219 113 0.20 0 0.48 0.14 84.91 0.6 0.65
Hex AF DB 71 14 0 30 E 55 3C 41
Octal 257 333 161 24 0 60 16 125 74 101
Binary 10101111 11011011 1110001 10100 0 110000 1110 1010101 111100 1000001

Color Harmonies of #AFDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFDB71

Black with #AFDB71

Text Example


Text Example

White with #AFDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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