Html Css Color HEX #9DD378 Gossip

📋 copy color: '#9DD378'

red 157 ◦ green 211 ◦ blue 120

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

Shades of Gossip #9DD378

Tints of Gossip #9DD378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.59%

R = 32.17%
G = 43.24%
B = 24.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#9DD378 (or 0x9DD378) is known color: Gossip. HEX triplet: 9D, D3 and 78. RGB value is (157,211,120). Sum of RGB (Red+Green+Blue) = 157+211+120=488 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.17% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD378 is #622C87. Grayscale: #B8B8B8. Windows color (decimal): -6433928 or 7918493. OLE color: 7918493.

HSL color Cylindrical-coordinate representation of color #9DD378: hue angle of 95.6º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DD378 is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 157 211 120 -
CMYK 0.26 0 0.43 0.17
HSL 95.6º 0.51% 0.65% -
HSV(B) 95.6º 0.43% 0.83% -
XYZ 40.59 55.11 26.27 -
YUV 184.48 91.61 108.4 -
System Red Green Blue C M Y K H S L
Decimal 157 211 120 0.26 0 0.43 0.17 95.6 0.51 0.65
Hex 9D D3 78 1A 0 2B 11 60 33 41
Octal 235 323 170 32 0 53 21 140 63 101
Binary 10011101 11010011 1111000 11010 0 101011 10001 1100000 110011 1000001

Color Harmonies of #9DD378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD378

Black with #9DD378

Text Example


Text Example

White with #9DD378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,211,120); }

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

background-color css

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

 a { background-color: rgb(157,211,120); }

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

border-color css

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

 span { border-color: rgb(157,211,120); }

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