Html Css Color HEX #97E080 Gossip

📋 copy color: '#97E080'

red 151 ◦ green 224 ◦ blue 128

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

Shades of Gossip #97E080

Tints of Gossip #97E080

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.53%

 BLUE value IS 128 (50.39% from 255) = 25.45%

R = 30.02%
G = 44.53%
B = 25.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#97E080 (or 0x97E080) is known color: Gossip. HEX triplet: 97, E0 and 80. RGB value is (151,224,128). Sum of RGB (Red+Green+Blue) = 151+224+128=503 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.02% from 503); Green value is 224 (87.89% from 255 or 44.53% from 503); Blue value is 128 (50.39% from 255 or 25.45% from 503); Max value from RGB is 224 - color contains mainly: green. Hex color #97E080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E080 is #681F7F. Grayscale: #BFBFBF. Windows color (decimal): -6823808 or 8446103. OLE color: 8446103.

HSL color Cylindrical-coordinate representation of color #97E080: hue angle of 105.62º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #97E080 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 224 128 -
CMYK 0.33 0 0.43 0.12
HSL 105.63º 0.61% 0.69% -
HSV(B) 105.63º 0.43% 0.88% -
XYZ 43.31 61.45 30 -
YUV 191.23 92.32 99.31 -
System Red Green Blue C M Y K H S L
Decimal 151 224 128 0.33 0 0.43 0.12 105.63 0.61 0.69
Hex 97 E0 80 21 0 2B C 6A 3D 45
Octal 227 340 200 41 0 53 14 152 75 105
Binary 10010111 11100000 10000000 100001 0 101011 1100 1101010 111101 1000101

Color Harmonies of #97E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E080

Black with #97E080

Text Example


Text Example

White with #97E080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,224,128); }

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

background-color css

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

 a { background-color: rgb(151,224,128); }

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

border-color css

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

 span { border-color: rgb(151,224,128); }

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