Html Css Color HEX #9ED37D Gossip

📋 copy color: '#9ED37D'

red 158 ◦ green 211 ◦ blue 125

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

Shades of Gossip #9ED37D

Tints of Gossip #9ED37D

RGB

 RED value IS 158 (62.11% from 255) = 31.98%

 GREEN value IS 211 (82.81% from 255) = 42.71%

 BLUE value IS 125 (49.22% from 255) = 25.3%

R = 31.98%
G = 42.71%
B = 25.3%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#9ED37D (or 0x9ED37D) is known color: Gossip. HEX triplet: 9E, D3 and 7D. RGB value is (158,211,125). Sum of RGB (Red+Green+Blue) = 158+211+125=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 125 (49.22% from 255 or 25.30% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #9ED37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED37D is #612C82. Grayscale: #B9B9B9. Windows color (decimal): -6368387 or 8246174. OLE color: 8246174.

HSL color Cylindrical-coordinate representation of color #9ED37D: hue angle of 96.98º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ED37D is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB 158 211 125 -
CMYK 0.25 0 0.41 0.17
HSL 96.98º 0.49% 0.66% -
HSV(B) 96.98º 0.41% 0.83% -
XYZ 41.1 55.34 27.92 -
YUV 185.35 93.94 108.49 -
System Red Green Blue C M Y K H S L
Decimal 158 211 125 0.25 0 0.41 0.17 96.98 0.49 0.66
Hex 9E D3 7D 19 0 29 11 61 31 42
Octal 236 323 175 31 0 51 21 141 61 102
Binary 10011110 11010011 1111101 11001 0 101001 10001 1100001 110001 1000010

Color Harmonies of #9ED37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED37D

Black with #9ED37D

Text Example


Text Example

White with #9ED37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,211,125); }

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

background-color css

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

 a { background-color: rgb(158,211,125); }

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

border-color css

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

 span { border-color: rgb(158,211,125); }

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