Html Css Color HEX #97DD78 Gossip

📋 copy color: '#97DD78'

red 151 ◦ green 221 ◦ blue 120

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

Shades of Gossip #97DD78

Tints of Gossip #97DD78

RGB

 RED value IS 151 (59.38% from 255) = 30.69%

 GREEN value IS 221 (86.72% from 255) = 44.92%

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

R = 30.69%
G = 44.92%
B = 24.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#97DD78 (or 0x97DD78) is known color: Gossip. HEX triplet: 97, DD and 78. RGB value is (151,221,120). Sum of RGB (Red+Green+Blue) = 151+221+120=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD78 is #682287. Grayscale: #BCBCBC. Windows color (decimal): -6824584 or 7921047. OLE color: 7921047.

HSL color Cylindrical-coordinate representation of color #97DD78: hue angle of 101.58º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #97DD78 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 120 -
CMYK 0.32 0 0.46 0.13
HSL 101.58º 0.6% 0.67% -
HSV(B) 101.58º 0.46% 0.87% -
XYZ 42.01 59.65 27.07 -
YUV 188.56 89.31 101.21 -
System Red Green Blue C M Y K H S L
Decimal 151 221 120 0.32 0 0.46 0.13 101.58 0.6 0.67
Hex 97 DD 78 20 0 2E D 66 3C 43
Octal 227 335 170 40 0 56 15 146 74 103
Binary 10010111 11011101 1111000 100000 0 101110 1101 1100110 111100 1000011

Color Harmonies of #97DD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD78

Black with #97DD78

Text Example


Text Example

White with #97DD78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97DD78; }

 p { color: rgb(151,221,120); }

 H1.HeaderClassName
 {
   color: #97DD78;
 }
 .AnyTagClassName
 {
   color: #97DD78;
 }
</style>

background-color css

<style>
 a { background-color: #97DD78; }

 a { background-color: rgb(151,221,120); }

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

border-color css

<style>
 span { border-color: #97DD78; }

 span { border-color: rgb(151,221,120); }

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