#9DE87D

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

Shades of Feijoa #9DE87D

Tints of Feijoa #9DE87D

Color information

#9DE87D (or 0x9DE87D) is unknown color: approx Feijoa. HEX triplet: 9D, E8 and 7D. RGB value is (157,232,125). Sum of RGB (Red+Green+Blue) = 157+232+125=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 232 (91.02% from 255 or 45.14% from 514); Blue value is 125 (49.22% from 255 or 24.32% from 514); Max value from RGB is 232 - color contains mainly: green. Hex color #9DE87D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE87D is #621782. Grayscale: #C5C5C5. Windows color (decimal): -6428547 or 8251549. OLE color: 8251549.

HSL color Cylindrical-coordinate representation of color #9DE87D: hue angle of 102.06º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DE87D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB157232125-
CMYK0.3200.460.09
HSL102.06º69.93%70%-
HSV(B)102.06º46.12%90.98%-
XYZ46.4666.3629.76-
YUV197.3887.1599.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 232 (91.02% from 255) = 45.14%
BLUE value IS 125 (49.22% from 255) = 24.32%
R=30.54%
G=45.14%
B=24.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572321250.3200.460.09102.0669.9370
Hex9DE87D2002E9664646
Octal2353501754005611146106106
Binary1001110111101000111110110000001011101001110011010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DE87D; }

 p { color: rgb(157,232,125); }

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

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

 a { background-color: rgb(157,232,125); }

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

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

 span { border-color: rgb(157,232,125); }

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