Html Css Color HEX #97DF6C Gossip

📋 copy color: '#97DF6C'

red 151 ◦ green 223 ◦ blue 108

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

Shades of Gossip #97DF6C

Tints of Gossip #97DF6C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.27%

 BLUE value IS 108 (42.58% from 255) = 22.41%

R = 31.33%
G = 46.27%
B = 22.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#97DF6C (or 0x97DF6C) is known color: Gossip. HEX triplet: 97, DF and 6C. RGB value is (151,223,108). Sum of RGB (Red+Green+Blue) = 151+223+108=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 108 (42.58% from 255 or 22.41% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF6C is #682093. Grayscale: #BCBCBC. Windows color (decimal): -6824084 or 7135127. OLE color: 7135127.

HSL color Cylindrical-coordinate representation of color #97DF6C: hue angle of 97.57º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #97DF6C is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 223 108 -
CMYK 0.32 0 0.52 0.13
HSL 97.57º 0.64% 0.65% -
HSV(B) 97.57º 0.52% 0.87% -
XYZ 41.86 60.44 23.65 -
YUV 188.36 82.65 101.35 -
System Red Green Blue C M Y K H S L
Decimal 151 223 108 0.32 0 0.52 0.13 97.57 0.64 0.65
Hex 97 DF 6C 20 0 34 D 62 40 41
Octal 227 337 154 40 0 64 15 142 100 101
Binary 10010111 11011111 1101100 100000 0 110100 1101 1100010 1000000 1000001

Color Harmonies of #97DF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF6C

Black with #97DF6C

Text Example


Text Example

White with #97DF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,223,108); }

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

background-color css

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

 a { background-color: rgb(151,223,108); }

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

border-color css

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

 span { border-color: rgb(151,223,108); }

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