Html Css Color HEX #9DDB76 Feijoa

📋 copy color: '#9DDB76'

red 157 ◦ green 219 ◦ blue 118

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

Shades of Feijoa #9DDB76

Tints of Feijoa #9DDB76

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 118 (46.48% from 255) = 23.89%

R = 31.78%
G = 44.33%
B = 23.89%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#9DDB76 (or 0x9DDB76) is known color: Feijoa. HEX triplet: 9D, DB and 76. RGB value is (157,219,118). Sum of RGB (Red+Green+Blue) = 157+219+118=494 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.78% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB76 is #622489. Grayscale: #BDBDBD. Windows color (decimal): -6431882 or 7789469. OLE color: 7789469.

HSL color Cylindrical-coordinate representation of color #9DDB76: hue angle of 96.83º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9DDB76 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 118 -
CMYK 0.28 0 0.46 0.14
HSL 96.83º 0.58% 0.66% -
HSV(B) 96.83º 0.46% 0.86% -
XYZ 42.51 59.14 26.31 -
YUV 188.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 157 219 118 0.28 0 0.46 0.14 96.83 0.58 0.66
Hex 9D DB 76 1C 0 2E E 61 3A 42
Octal 235 333 166 34 0 56 16 141 72 102
Binary 10011101 11011011 1110110 11100 0 101110 1110 1100001 111010 1000010

Color Harmonies of #9DDB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB76

Black with #9DDB76

Text Example


Text Example

White with #9DDB76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,118); }

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

background-color css

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

 a { background-color: rgb(157,219,118); }

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

border-color css

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

 span { border-color: rgb(157,219,118); }

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