Html Css Color HEX #97DF7D Gossip

📋 copy color: '#97DF7D'

red 151 ◦ green 223 ◦ blue 125

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

Shades of Gossip #97DF7D

Tints of Gossip #97DF7D

RGB

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

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

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

R = 30.26%
G = 44.69%
B = 25.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#97DF7D (or 0x97DF7D) is known color: Gossip. HEX triplet: 97, DF and 7D. RGB value is (151,223,125). Sum of RGB (Red+Green+Blue) = 151+223+125=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 125 (49.22% from 255 or 25.05% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF7D is #682082. Grayscale: #BEBEBE. Windows color (decimal): -6824067 or 8249239. OLE color: 8249239.

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

Color convert

RGB 151 223 125 -
CMYK 0.32 0 0.44 0.13
HSL 104.08º 0.6% 0.68% -
HSV(B) 104.08º 0.44% 0.87% -
XYZ 42.85 60.84 28.89 -
YUV 190.3 91.15 99.97 -
System Red Green Blue C M Y K H S L
Decimal 151 223 125 0.32 0 0.44 0.13 104.08 0.6 0.68
Hex 97 DF 7D 20 0 2C D 68 3C 44
Octal 227 337 175 40 0 54 15 150 74 104
Binary 10010111 11011111 1111101 100000 0 101100 1101 1101000 111100 1000100

Color Harmonies of #97DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF7D

Black with #97DF7D

Text Example


Text Example

White with #97DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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