Html Css Color HEX #9DD975 Feijoa

📋 copy color: '#9DD975'

red 157 ◦ green 217 ◦ blue 117

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

Shades of Feijoa #9DD975

Tints of Feijoa #9DD975

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 31.98%
G = 44.2%
B = 23.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#9DD975 (or 0x9DD975) is known color: Feijoa. HEX triplet: 9D, D9 and 75. RGB value is (157,217,117). Sum of RGB (Red+Green+Blue) = 157+217+117=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD975 is #62268A. Grayscale: #BCBCBC. Windows color (decimal): -6432395 or 7723421. OLE color: 7723421.

HSL color Cylindrical-coordinate representation of color #9DD975: hue angle of 96º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DD975 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 117 -
CMYK 0.28 0 0.46 0.15
HSL 96º 0.57% 0.65% -
HSV(B) 96º 0.46% 0.85% -
XYZ 41.93 58.08 25.83 -
YUV 187.66 88.12 106.13 -
System Red Green Blue C M Y K H S L
Decimal 157 217 117 0.28 0 0.46 0.15 96 0.57 0.65
Hex 9D D9 75 1C 0 2E F 60 39 41
Octal 235 331 165 34 0 56 17 140 71 101
Binary 10011101 11011001 1110101 11100 0 101110 1111 1100000 111001 1000001

Color Harmonies of #9DD975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD975

Black with #9DD975

Text Example


Text Example

White with #9DD975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,117); }

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

background-color css

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

 a { background-color: rgb(157,217,117); }

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

border-color css

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

 span { border-color: rgb(157,217,117); }

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