Html Css Color HEX #97D37D Gossip

📋 copy color: '#97D37D'

red 151 ◦ green 211 ◦ blue 125

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

Shades of Gossip #97D37D

Tints of Gossip #97D37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 31.01%
G = 43.33%
B = 25.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.17

RGB Variations

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

Color information

#97D37D (or 0x97D37D) is known color: Gossip. HEX triplet: 97, D3 and 7D. RGB value is (151,211,125). Sum of RGB (Red+Green+Blue) = 151+211+125=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 211 (82.81% from 255 or 43.33% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 211 - color contains mainly: green. Hex color #97D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D37D is #682C82. Grayscale: #B7B7B7. Windows color (decimal): -6827139 or 8246167. OLE color: 8246167.

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

Color convert

RGB 151 211 125 -
CMYK 0.28 0 0.41 0.17
HSL 101.86º 0.49% 0.66% -
HSV(B) 101.86º 0.41% 0.83% -
XYZ 39.76 54.65 27.85 -
YUV 183.26 95.12 104.99 -
System Red Green Blue C M Y K H S L
Decimal 151 211 125 0.28 0 0.41 0.17 101.86 0.49 0.66
Hex 97 D3 7D 1C 0 29 11 66 31 42
Octal 227 323 175 34 0 51 21 146 61 102
Binary 10010111 11010011 1111101 11100 0 101001 10001 1100110 110001 1000010

Color Harmonies of #97D37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D37D

Black with #97D37D

Text Example


Text Example

White with #97D37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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