Html Css Color HEX #9DD68D Gossip

📋 copy color: '#9DD68D'

red 157 ◦ green 214 ◦ blue 141

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

Shades of Gossip #9DD68D

Tints of Gossip #9DD68D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.8%

 BLUE value IS 141 (55.47% from 255) = 27.54%

R = 30.66%
G = 41.8%
B = 27.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#9DD68D (or 0x9DD68D) is known color: Gossip. HEX triplet: 9D, D6 and 8D. RGB value is (157,214,141). Sum of RGB (Red+Green+Blue) = 157+214+141=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD68D is #622972. Grayscale: #BCBCBC. Windows color (decimal): -6433139 or 9295517. OLE color: 9295517.

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

Color convert

RGB 157 214 141 -
CMYK 0.27 0 0.34 0.16
HSL 106.85º 0.47% 0.7% -
HSV(B) 106.85º 0.34% 0.84% -
XYZ 42.76 57.18 33.98 -
YUV 188.64 101.12 105.44 -
System Red Green Blue C M Y K H S L
Decimal 157 214 141 0.27 0 0.34 0.16 106.85 0.47 0.7
Hex 9D D6 8D 1B 0 22 10 6B 2F 46
Octal 235 326 215 33 0 42 20 153 57 106
Binary 10011101 11010110 10001101 11011 0 100010 10000 1101011 101111 1000110

Color Harmonies of #9DD68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD68D

Black with #9DD68D

Text Example


Text Example

White with #9DD68D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,141); }

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

background-color css

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

 a { background-color: rgb(157,214,141); }

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

border-color css

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

 span { border-color: rgb(157,214,141); }

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