Html Css Color HEX #97E077 Gossip

📋 copy color: '#97E077'

red 151 ◦ green 224 ◦ blue 119

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

Shades of Gossip #97E077

Tints of Gossip #97E077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.09%

R = 30.57%
G = 45.34%
B = 24.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#97E077 (or 0x97E077) is known color: Gossip. HEX triplet: 97, E0 and 77. RGB value is (151,224,119). Sum of RGB (Red+Green+Blue) = 151+224+119=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 119 (46.88% from 255 or 24.09% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #97E077 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E077 is #681F88. Grayscale: #BEBEBE. Windows color (decimal): -6823817 or 7856279. OLE color: 7856279.

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

Color convert

RGB 151 224 119 -
CMYK 0.33 0 0.47 0.12
HSL 101.71º 0.63% 0.67% -
HSV(B) 101.71º 0.47% 0.88% -
XYZ 42.75 61.22 27.02 -
YUV 190.2 87.82 100.04 -
System Red Green Blue C M Y K H S L
Decimal 151 224 119 0.33 0 0.47 0.12 101.71 0.63 0.67
Hex 97 E0 77 21 0 2F C 66 3F 43
Octal 227 340 167 41 0 57 14 146 77 103
Binary 10010111 11100000 1110111 100001 0 101111 1100 1100110 111111 1000011

Color Harmonies of #97E077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E077

Black with #97E077

Text Example


Text Example

White with #97E077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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