Html Css Color HEX #9DDC77 Feijoa

📋 copy color: '#9DDC77'

red 157 ◦ green 220 ◦ blue 119

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

Shades of Feijoa #9DDC77

Tints of Feijoa #9DDC77

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.35%

 BLUE value IS 119 (46.88% from 255) = 23.99%

R = 31.65%
G = 44.35%
B = 23.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#9DDC77 (or 0x9DDC77) is known color: Feijoa. HEX triplet: 9D, DC and 77. RGB value is (157,220,119). Sum of RGB (Red+Green+Blue) = 157+220+119=496 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.65% from 496); Green value is 220 (86.33% from 255 or 44.35% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 220 - color contains mainly: green. Hex color #9DDC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDC77 is #622388. Grayscale: #BDBDBD. Windows color (decimal): -6431625 or 7855261. OLE color: 7855261.

HSL color Cylindrical-coordinate representation of color #9DDC77: hue angle of 97.43º degrees, saturation: 0.59, 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 #9DDC77 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 220 119 -
CMYK 0.29 0 0.46 0.14
HSL 97.43º 0.59% 0.66% -
HSV(B) 97.43º 0.46% 0.86% -
XYZ 42.83 59.69 26.72 -
YUV 189.65 88.13 104.71 -
System Red Green Blue C M Y K H S L
Decimal 157 220 119 0.29 0 0.46 0.14 97.43 0.59 0.66
Hex 9D DC 77 1D 0 2E E 61 3B 42
Octal 235 334 167 35 0 56 16 141 73 102
Binary 10011101 11011100 1110111 11101 0 101110 1110 1100001 111011 1000010

Color Harmonies of #9DDC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDC77

Black with #9DDC77

Text Example


Text Example

White with #9DDC77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,220,119); }

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

background-color css

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

 a { background-color: rgb(157,220,119); }

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

border-color css

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

 span { border-color: rgb(157,220,119); }

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