Html Css Color HEX #97E076 Gossip

📋 copy color: '#97E076'

red 151 ◦ green 224 ◦ blue 118

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

Shades of Gossip #97E076

Tints of Gossip #97E076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.94%

R = 30.63%
G = 45.44%
B = 23.94%

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

#97E076 (or 0x97E076) is known color: Gossip. HEX triplet: 97, E0 and 76. RGB value is (151,224,118). Sum of RGB (Red+Green+Blue) = 151+224+118=493 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.63% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 118 (46.48% from 255 or 23.94% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #97E076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E076 is #681F89. Grayscale: #BEBEBE. Windows color (decimal): -6823818 or 7790743. OLE color: 7790743.

HSL color Cylindrical-coordinate representation of color #97E076: hue angle of 101.32º 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 #97E076 is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 151 224 118 -
CMYK 0.33 0 0.47 0.12
HSL 101.32º 0.63% 0.67% -
HSV(B) 101.32º 0.47% 0.88% -
XYZ 42.69 61.2 26.7 -
YUV 190.09 87.32 100.12 -
System Red Green Blue C M Y K H S L
Decimal 151 224 118 0.33 0 0.47 0.12 101.32 0.63 0.67
Hex 97 E0 76 21 0 2F C 65 3F 43
Octal 227 340 166 41 0 57 14 145 77 103
Binary 10010111 11100000 1110110 100001 0 101111 1100 1100101 111111 1000011

Color Harmonies of #97E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E076

Black with #97E076

Text Example


Text Example

White with #97E076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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