Html Css Color HEX #97D16F Gossip

📋 copy color: '#97D16F'

red 151 ◦ green 209 ◦ blue 111

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

Shades of Gossip #97D16F

Tints of Gossip #97D16F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 44.37%

 BLUE value IS 111 (43.75% from 255) = 23.57%

R = 32.06%
G = 44.37%
B = 23.57%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#97D16F (or 0x97D16F) is known color: Gossip. HEX triplet: 97, D1 and 6F. RGB value is (151,209,111). Sum of RGB (Red+Green+Blue) = 151+209+111=471 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.06% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #97D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D16F is #682E90. Grayscale: #B4B4B4. Windows color (decimal): -6827665 or 7328151. OLE color: 7328151.

HSL color Cylindrical-coordinate representation of color #97D16F: hue angle of 95.51º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #97D16F is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 209 111 -
CMYK 0.28 0 0.47 0.18
HSL 95.51º 0.52% 0.63% -
HSV(B) 95.51º 0.47% 0.82% -
XYZ 38.43 53.33 23.31 -
YUV 180.49 88.78 106.97 -
System Red Green Blue C M Y K H S L
Decimal 151 209 111 0.28 0 0.47 0.18 95.51 0.52 0.63
Hex 97 D1 6F 1C 0 2F 12 60 34 3F
Octal 227 321 157 34 0 57 22 140 64 77
Binary 10010111 11010001 1101111 11100 0 101111 10010 1100000 110100 111111

Color Harmonies of #97D16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D16F

Black with #97D16F

Text Example


Text Example

White with #97D16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,209,111); }

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

background-color css

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

 a { background-color: rgb(151,209,111); }

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

border-color css

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

 span { border-color: rgb(151,209,111); }

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