Html Css Color HEX #ABDF85 Feijoa

📋 copy color: '#ABDF85'

red 171 ◦ green 223 ◦ blue 133

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

Shades of Feijoa #ABDF85

Tints of Feijoa #ABDF85

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42.31%

 BLUE value IS 133 (52.34% from 255) = 25.24%

R = 32.45%
G = 42.31%
B = 25.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#ABDF85 (or 0xABDF85) is known color: Feijoa. HEX triplet: AB, DF and 85. RGB value is (171,223,133). Sum of RGB (Red+Green+Blue) = 171+223+133=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF85 is #54207A. Grayscale: #C5C5C5. Windows color (decimal): -5513339 or 8773547. OLE color: 8773547.

HSL color Cylindrical-coordinate representation of color #ABDF85: hue angle of 94.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ABDF85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 133 -
CMYK 0.23 0 0.40 0.13
HSL 94.67º 0.58% 0.7% -
HSV(B) 94.67º 0.4% 0.87% -
XYZ 47.42 63.13 31.88 -
YUV 197.19 91.77 109.32 -
System Red Green Blue C M Y K H S L
Decimal 171 223 133 0.23 0 0.40 0.13 94.67 0.58 0.7
Hex AB DF 85 17 0 28 D 5F 3A 46
Octal 253 337 205 27 0 50 15 137 72 106
Binary 10101011 11011111 10000101 10111 0 101000 1101 1011111 111010 1000110

Color Harmonies of #ABDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF85

Black with #ABDF85

Text Example


Text Example

White with #ABDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF85; }

 p { color: rgb(171,223,133); }

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

background-color css

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

 a { background-color: rgb(171,223,133); }

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

border-color css

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

 span { border-color: rgb(171,223,133); }

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