Html Css Color HEX #ABDC71 Feijoa

📋 copy color: '#ABDC71'

red 171 ◦ green 220 ◦ blue 113

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

Shades of Feijoa #ABDC71

Tints of Feijoa #ABDC71

RGB

 RED value IS 171 (67.19% from 255) = 33.93%

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

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

R = 33.93%
G = 43.65%
B = 22.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#ABDC71 (or 0xABDC71) is known color: Feijoa. HEX triplet: AB, DC and 71. RGB value is (171,220,113). Sum of RGB (Red+Green+Blue) = 171+220+113=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDC71 is #54238E. Grayscale: #C1C1C1. Windows color (decimal): -5514127 or 7462059. OLE color: 7462059.

HSL color Cylindrical-coordinate representation of color #ABDC71: hue angle of 87.48º 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 #ABDC71 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 113 -
CMYK 0.22 0 0.49 0.14
HSL 87.48º 0.6% 0.65% -
HSV(B) 87.48º 0.49% 0.86% -
XYZ 45.37 61.04 25.01 -
YUV 193.15 82.77 112.2 -
System Red Green Blue C M Y K H S L
Decimal 171 220 113 0.22 0 0.49 0.14 87.48 0.6 0.65
Hex AB DC 71 16 0 31 E 57 3C 41
Octal 253 334 161 26 0 61 16 127 74 101
Binary 10101011 11011100 1110001 10110 0 110001 1110 1010111 111100 1000001

Color Harmonies of #ABDC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDC71

Black with #ABDC71

Text Example


Text Example

White with #ABDC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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