Html Css Color HEX #ABDE85 Feijoa

📋 copy color: '#ABDE85'

red 171 ◦ green 222 ◦ blue 133

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

Shades of Feijoa #ABDE85

Tints of Feijoa #ABDE85

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.21%

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

R = 32.51%
G = 42.21%
B = 25.29%

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

#ABDE85 (or 0xABDE85) is known color: Feijoa. HEX triplet: AB, DE and 85. RGB value is (171,222,133). Sum of RGB (Red+Green+Blue) = 171+222+133=526 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.51% from 526); Green value is 222 (87.11% from 255 or 42.21% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE85 is #54217A. Grayscale: #C4C4C4. Windows color (decimal): -5513595 or 8773291. OLE color: 8773291.

HSL color Cylindrical-coordinate representation of color #ABDE85: hue angle of 94.38º degrees, saturation: 0.57, 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 #ABDE85 is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 133 -
CMYK 0.23 0 0.40 0.13
HSL 94.38º 0.57% 0.7% -
HSV(B) 94.38º 0.4% 0.87% -
XYZ 47.15 62.59 31.79 -
YUV 196.61 92.1 109.74 -
System Red Green Blue C M Y K H S L
Decimal 171 222 133 0.23 0 0.40 0.13 94.38 0.57 0.7
Hex AB DE 85 17 0 28 D 5E 39 46
Octal 253 336 205 27 0 50 15 136 71 106
Binary 10101011 11011110 10000101 10111 0 101000 1101 1011110 111001 1000110

Color Harmonies of #ABDE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE85

Black with #ABDE85

Text Example


Text Example

White with #ABDE85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE85; }

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

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

background-color css

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

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

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

border-color css

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

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

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