Html Css Color HEX #97D388 Gossip

📋 copy color: '#97D388'

red 151 ◦ green 211 ◦ blue 136

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

Shades of Gossip #97D388

Tints of Gossip #97D388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.31%

R = 30.32%
G = 42.37%
B = 27.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#97D388 (or 0x97D388) is known color: Gossip. HEX triplet: 97, D3 and 88. RGB value is (151,211,136). Sum of RGB (Red+Green+Blue) = 151+211+136=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 136 (53.52% from 255 or 27.31% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #97D388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D388 is #682C77. Grayscale: #B8B8B8. Windows color (decimal): -6827128 or 8967063. OLE color: 8967063.

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

Color convert

RGB 151 211 136 -
CMYK 0.28 0 0.36 0.17
HSL 108º 0.46% 0.68% -
HSV(B) 108º 0.36% 0.83% -
XYZ 40.5 54.95 31.76 -
YUV 184.51 100.62 104.1 -
System Red Green Blue C M Y K H S L
Decimal 151 211 136 0.28 0 0.36 0.17 108 0.46 0.68
Hex 97 D3 88 1C 0 24 11 6C 2E 44
Octal 227 323 210 34 0 44 21 154 56 104
Binary 10010111 11010011 10001000 11100 0 100100 10001 1101100 101110 1000100

Color Harmonies of #97D388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D388

Black with #97D388

Text Example


Text Example

White with #97D388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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