Html Css Color HEX #ABDD71 Feijoa

📋 copy color: '#ABDD71'

red 171 ◦ green 221 ◦ blue 113

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

Shades of Feijoa #ABDD71

Tints of Feijoa #ABDD71

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 33.86%
G = 43.76%
B = 22.38%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#ABDD71 (or 0xABDD71) is known color: Feijoa. HEX triplet: AB, DD and 71. RGB value is (171,221,113). Sum of RGB (Red+Green+Blue) = 171+221+113=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABDD71 is #54228E. Grayscale: #C2C2C2. Windows color (decimal): -5513871 or 7462315. OLE color: 7462315.

HSL color Cylindrical-coordinate representation of color #ABDD71: hue angle of 87.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ABDD71 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 221 113 -
CMYK 0.23 0 0.49 0.13
HSL 87.78º 0.61% 0.65% -
HSV(B) 87.78º 0.49% 0.87% -
XYZ 45.63 61.56 25.1 -
YUV 193.74 82.44 111.78 -
System Red Green Blue C M Y K H S L
Decimal 171 221 113 0.23 0 0.49 0.13 87.78 0.61 0.65
Hex AB DD 71 17 0 31 D 58 3D 41
Octal 253 335 161 27 0 61 15 130 75 101
Binary 10101011 11011101 1110001 10111 0 110001 1101 1011000 111101 1000001

Color Harmonies of #ABDD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDD71

Black with #ABDD71

Text Example


Text Example

White with #ABDD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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