Html Css Color HEX #97D983 Gossip

📋 copy color: '#97D983'

red 151 ◦ green 217 ◦ blue 131

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

Shades of Gossip #97D983

Tints of Gossip #97D983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.25%

R = 30.26%
G = 43.49%
B = 26.25%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#97D983 (or 0x97D983) is known color: Gossip. HEX triplet: 97, D9 and 83. RGB value is (151,217,131). Sum of RGB (Red+Green+Blue) = 151+217+131=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #97D983 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D983 is #68267C. Grayscale: #BBBBBB. Windows color (decimal): -6825597 or 8640919. OLE color: 8640919.

HSL color Cylindrical-coordinate representation of color #97D983: hue angle of 106.05º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D983 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 151 217 131 -
CMYK 0.30 0 0.40 0.15
HSL 106.05º 0.53% 0.68% -
HSV(B) 106.05º 0.4% 0.85% -
XYZ 41.67 57.84 30.44 -
YUV 187.46 96.13 101.99 -
System Red Green Blue C M Y K H S L
Decimal 151 217 131 0.30 0 0.40 0.15 106.05 0.53 0.68
Hex 97 D9 83 1E 0 28 F 6A 35 44
Octal 227 331 203 36 0 50 17 152 65 104
Binary 10010111 11011001 10000011 11110 0 101000 1111 1101010 110101 1000100

Color Harmonies of #97D983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D983

Black with #97D983

Text Example


Text Example

White with #97D983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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