#ADD77D

Color #ADD77D Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADD77D

Tints of Feijoa #ADD77D

Color information

#ADD77D (or 0xADD77D) is unknown color: approx Feijoa. HEX triplet: AD, D7 and 7D. RGB value is (173,215,125). Sum of RGB (Red+Green+Blue) = 173+215+125=513 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.72% from 513); Green value is 215 (84.38% from 255 or 41.91% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD77D is #522882. Grayscale: #C0C0C0. Windows color (decimal): -5384323 or 8247213. OLE color: 8247213.

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

Color convert

RGB173215125-
CMYK0.2000.420.16
HSL88º52.94%66.67%-
HSV(B)88º41.86%84.31%-
XYZ45.2458.9728.4-
YUV192.1890.09114.32-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.72%
GREEN value IS 215 (84.38% from 255) = 41.91%
BLUE value IS 125 (49.22% from 255) = 24.37%
R=33.72%
G=41.91%
B=24.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732151250.2000.420.168852.9466.67
HexADD77D1402A10583543
Octal255327175240522013065103
Binary101011011101011111111011010001010101000010110001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD77D; }

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

 H1.HeaderClassName
 {
   color: #ADD77D;
 }
 .AnyTagClassName
 {
   color: #ADD77D;
 }
</style>
background-color css

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

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

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

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

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

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