Html Css Color HEX #9DD771 Feijoa

📋 copy color: '#9DD771'

red 157 ◦ green 215 ◦ blue 113

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

Shades of Feijoa #9DD771

Tints of Feijoa #9DD771

RGB

 RED value IS 157 (61.72% from 255) = 32.37%

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

 BLUE value IS 113 (44.53% from 255) = 23.3%

R = 32.37%
G = 44.33%
B = 23.3%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9DD771 (or 0x9DD771) is known color: Feijoa. HEX triplet: 9D, D7 and 71. RGB value is (157,215,113). Sum of RGB (Red+Green+Blue) = 157+215+113=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD771 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD771 is #62288E. Grayscale: #BABABA. Windows color (decimal): -6432911 or 7460765. OLE color: 7460765.

HSL color Cylindrical-coordinate representation of color #9DD771: hue angle of 94.12º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD771 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 215 113 -
CMYK 0.27 0 0.47 0.16
HSL 94.12º 0.56% 0.64% -
HSV(B) 94.12º 0.47% 0.84% -
XYZ 41.19 56.96 24.45 -
YUV 186.03 86.78 107.29 -
System Red Green Blue C M Y K H S L
Decimal 157 215 113 0.27 0 0.47 0.16 94.12 0.56 0.64
Hex 9D D7 71 1B 0 2F 10 5E 38 40
Octal 235 327 161 33 0 57 20 136 70 100
Binary 10011101 11010111 1110001 11011 0 101111 10000 1011110 111000 1000000

Color Harmonies of #9DD771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD771

Black with #9DD771

Text Example


Text Example

White with #9DD771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,215,113); }

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

background-color css

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

 a { background-color: rgb(157,215,113); }

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

border-color css

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

 span { border-color: rgb(157,215,113); }

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