Html Css Color HEX #97E271 Gossip

📋 copy color: '#97E271'

red 151 ◦ green 226 ◦ blue 113

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

Shades of Gossip #97E271

Tints of Gossip #97E271

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 113 (44.53% from 255) = 23.06%

R = 30.82%
G = 46.12%
B = 23.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.5

 K value IS 0.11

RGB Variations

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

Color information

#97E271 (or 0x97E271) is known color: Gossip. HEX triplet: 97, E2 and 71. RGB value is (151,226,113). Sum of RGB (Red+Green+Blue) = 151+226+113=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 113 (44.53% from 255 or 23.06% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #97E271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E271 is #681D8E. Grayscale: #BFBFBF. Windows color (decimal): -6823311 or 7463575. OLE color: 7463575.

HSL color Cylindrical-coordinate representation of color #97E271: hue angle of 99.82º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97E271 is Cyan = 0.33, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 226 113 -
CMYK 0.33 0 0.5 0.11
HSL 99.82º 0.66% 0.66% -
HSV(B) 99.82º 0.5% 0.89% -
XYZ 42.94 62.16 25.36 -
YUV 190.69 84.15 99.69 -
System Red Green Blue C M Y K H S L
Decimal 151 226 113 0.33 0 0.5 0.11 99.82 0.66 0.66
Hex 97 E2 71 21 0 32 B 64 42 42
Octal 227 342 161 41 0 62 13 144 102 102
Binary 10010111 11100010 1110001 100001 0 110010 1011 1100100 1000010 1000010

Color Harmonies of #97E271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E271

Black with #97E271

Text Example


Text Example

White with #97E271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,226,113); }

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

background-color css

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

 a { background-color: rgb(151,226,113); }

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

border-color css

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

 span { border-color: rgb(151,226,113); }

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