Html Css Color HEX #97D380 Gossip

📋 copy color: '#97D380'

red 151 ◦ green 211 ◦ blue 128

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

Shades of Gossip #97D380

Tints of Gossip #97D380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.12%

R = 30.82%
G = 43.06%
B = 26.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#97D380 (or 0x97D380) is known color: Gossip. HEX triplet: 97, D3 and 80. RGB value is (151,211,128). Sum of RGB (Red+Green+Blue) = 151+211+128=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #97D380 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D380 is #682C7F. Grayscale: #B7B7B7. Windows color (decimal): -6827136 or 8442775. OLE color: 8442775.

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

Color convert

RGB 151 211 128 -
CMYK 0.28 0 0.39 0.17
HSL 103.37º 0.49% 0.66% -
HSV(B) 103.37º 0.39% 0.83% -
XYZ 39.95 54.73 28.88 -
YUV 183.6 96.62 104.75 -
System Red Green Blue C M Y K H S L
Decimal 151 211 128 0.28 0 0.39 0.17 103.37 0.49 0.66
Hex 97 D3 80 1C 0 27 11 67 31 42
Octal 227 323 200 34 0 47 21 147 61 102
Binary 10010111 11010011 10000000 11100 0 100111 10001 1100111 110001 1000010

Color Harmonies of #97D380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D380

Black with #97D380

Text Example


Text Example

White with #97D380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,211,128); }

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

background-color css

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

 a { background-color: rgb(151,211,128); }

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

border-color css

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

 span { border-color: rgb(151,211,128); }

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