Html Css Color HEX #97DE82 Gossip

📋 copy color: '#97DE82'

red 151 ◦ green 222 ◦ blue 130

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

Shades of Gossip #97DE82

Tints of Gossip #97DE82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.84%

R = 30.02%
G = 44.14%
B = 25.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#97DE82 (or 0x97DE82) is known color: Gossip. HEX triplet: 97, DE and 82. RGB value is (151,222,130). Sum of RGB (Red+Green+Blue) = 151+222+130=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #97DE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DE82 is #68217D. Grayscale: #BEBEBE. Windows color (decimal): -6824318 or 8576663. OLE color: 8576663.

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

Color convert

RGB 151 222 130 -
CMYK 0.32 0 0.41 0.13
HSL 106.3º 0.58% 0.69% -
HSV(B) 106.3º 0.41% 0.87% -
XYZ 42.91 60.43 30.52 -
YUV 190.28 93.98 99.98 -
System Red Green Blue C M Y K H S L
Decimal 151 222 130 0.32 0 0.41 0.13 106.3 0.58 0.69
Hex 97 DE 82 20 0 29 D 6A 3A 45
Octal 227 336 202 40 0 51 15 152 72 105
Binary 10010111 11011110 10000010 100000 0 101001 1101 1101010 111010 1000101

Color Harmonies of #97DE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DE82

Black with #97DE82

Text Example


Text Example

White with #97DE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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