Html Css Color HEX #9ED785 Gossip

📋 copy color: '#9ED785'

red 158 ◦ green 215 ◦ blue 133

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

Shades of Gossip #9ED785

Tints of Gossip #9ED785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 31.23%
G = 42.49%
B = 26.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#9ED785 (or 0x9ED785) is known color: Gossip. HEX triplet: 9E, D7 and 85. RGB value is (158,215,133). Sum of RGB (Red+Green+Blue) = 158+215+133=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 215 (84.38% from 255 or 42.49% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED785 is #61287A. Grayscale: #BCBCBC. Windows color (decimal): -6367355 or 8771486. OLE color: 8771486.

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

Color convert

RGB 158 215 133 -
CMYK 0.27 0 0.38 0.16
HSL 101.71º 0.51% 0.68% -
HSV(B) 101.71º 0.38% 0.84% -
XYZ 42.63 57.56 31.05 -
YUV 188.61 96.62 106.17 -
System Red Green Blue C M Y K H S L
Decimal 158 215 133 0.27 0 0.38 0.16 101.71 0.51 0.68
Hex 9E D7 85 1B 0 26 10 66 33 44
Octal 236 327 205 33 0 46 20 146 63 104
Binary 10011110 11010111 10000101 11011 0 100110 10000 1100110 110011 1000100

Color Harmonies of #9ED785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED785

Black with #9ED785

Text Example


Text Example

White with #9ED785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,215,133); }

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

background-color css

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

 a { background-color: rgb(158,215,133); }

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

border-color css

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

 span { border-color: rgb(158,215,133); }

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