Html Css Color HEX #97D97E Gossip

📋 copy color: '#97D97E'

red 151 ◦ green 217 ◦ blue 126

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

Shades of Gossip #97D97E

Tints of Gossip #97D97E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.93%

 BLUE value IS 126 (49.61% from 255) = 25.51%

R = 30.57%
G = 43.93%
B = 25.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#97D97E (or 0x97D97E) is known color: Gossip. HEX triplet: 97, D9 and 7E. RGB value is (151,217,126). Sum of RGB (Red+Green+Blue) = 151+217+126=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 126 (49.61% from 255 or 25.51% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #97D97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D97E is #682681. Grayscale: #BBBBBB. Windows color (decimal): -6825602 or 8313239. OLE color: 8313239.

HSL color Cylindrical-coordinate representation of color #97D97E: hue angle of 103.52º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97D97E is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 126 -
CMYK 0.30 0 0.42 0.15
HSL 103.52º 0.54% 0.67% -
HSV(B) 103.52º 0.42% 0.85% -
XYZ 41.34 57.71 28.7 -
YUV 186.89 93.63 102.4 -
System Red Green Blue C M Y K H S L
Decimal 151 217 126 0.30 0 0.42 0.15 103.52 0.54 0.67
Hex 97 D9 7E 1E 0 2A F 68 36 43
Octal 227 331 176 36 0 52 17 150 66 103
Binary 10010111 11011001 1111110 11110 0 101010 1111 1101000 110110 1000011

Color Harmonies of #97D97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D97E

Black with #97D97E

Text Example


Text Example

White with #97D97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,217,126); }

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

background-color css

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

 a { background-color: rgb(151,217,126); }

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

border-color css

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

 span { border-color: rgb(151,217,126); }

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