Html Css Color HEX #97DE72 Gossip

📋 copy color: '#97DE72'

red 151 ◦ green 222 ◦ blue 114

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

Shades of Gossip #97DE72

Tints of Gossip #97DE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.59%

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 31.01%
G = 45.59%
B = 23.41%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#97DE72 (or 0x97DE72) is known color: Gossip. HEX triplet: 97, DE and 72. RGB value is (151,222,114). Sum of RGB (Red+Green+Blue) = 151+222+114=487 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.01% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DE72 is #68218D. Grayscale: #BCBCBC. Windows color (decimal): -6824334 or 7528087. OLE color: 7528087.

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

Color convert

RGB 151 222 114 -
CMYK 0.32 0 0.49 0.13
HSL 99.44º 0.62% 0.66% -
HSV(B) 99.44º 0.49% 0.87% -
XYZ 41.92 60.04 25.3 -
YUV 188.46 85.98 101.28 -
System Red Green Blue C M Y K H S L
Decimal 151 222 114 0.32 0 0.49 0.13 99.44 0.62 0.66
Hex 97 DE 72 20 0 31 D 63 3E 42
Octal 227 336 162 40 0 61 15 143 76 102
Binary 10010111 11011110 1110010 100000 0 110001 1101 1100011 111110 1000010

Color Harmonies of #97DE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DE72

Black with #97DE72

Text Example


Text Example

White with #97DE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,222,114); }

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

background-color css

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

 a { background-color: rgb(151,222,114); }

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

border-color css

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

 span { border-color: rgb(151,222,114); }

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