Html Css Color HEX #ADD785 Feijoa

📋 copy color: '#ADD785'

red 173 ◦ green 215 ◦ blue 133

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

Shades of Feijoa #ADD785

Tints of Feijoa #ADD785

RGB

 RED value IS 173 (67.97% from 255) = 33.21%

 GREEN value IS 215 (84.38% from 255) = 41.27%

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

R = 33.21%
G = 41.27%
B = 25.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#ADD785 (or 0xADD785) is known color: Feijoa. HEX triplet: AD, D7 and 85. RGB value is (173,215,133). Sum of RGB (Red+Green+Blue) = 173+215+133=521 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.21% from 521); Green value is 215 (84.38% from 255 or 41.27% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD785 is #52287A. Grayscale: #C1C1C1. Windows color (decimal): -5384315 or 8771501. OLE color: 8771501.

HSL color Cylindrical-coordinate representation of color #ADD785: hue angle of 90.73º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD785 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 133 -
CMYK 0.20 0 0.38 0.16
HSL 90.73º 0.51% 0.68% -
HSV(B) 90.73º 0.38% 0.84% -
XYZ 45.77 59.18 31.2 -
YUV 193.09 94.09 113.67 -
System Red Green Blue C M Y K H S L
Decimal 173 215 133 0.20 0 0.38 0.16 90.73 0.51 0.68
Hex AD D7 85 14 0 26 10 5B 33 44
Octal 255 327 205 24 0 46 20 133 63 104
Binary 10101101 11010111 10000101 10100 0 100110 10000 1011011 110011 1000100

Color Harmonies of #ADD785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD785

Black with #ADD785

Text Example


Text Example

White with #ADD785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD785; }

 p { color: rgb(173,215,133); }

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

background-color css

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

 a { background-color: rgb(173,215,133); }

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

border-color css

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

 span { border-color: rgb(173,215,133); }

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