Html Css Color HEX #97E270 Gossip

📋 copy color: '#97E270'

red 151 ◦ green 226 ◦ blue 112

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

Shades of Gossip #97E270

Tints of Gossip #97E270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.9%

R = 30.88%
G = 46.22%
B = 22.9%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#97E270 (or 0x97E270) is known color: Gossip. HEX triplet: 97, E2 and 70. RGB value is (151,226,112). Sum of RGB (Red+Green+Blue) = 151+226+112=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 112 (44.14% from 255 or 22.90% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #97E270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E270 is #681D8F. Grayscale: #BEBEBE. Windows color (decimal): -6823312 or 7398039. OLE color: 7398039.

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

Color convert

RGB 151 226 112 -
CMYK 0.33 0 0.50 0.11
HSL 99.47º 0.66% 0.66% -
HSV(B) 99.47º 0.5% 0.89% -
XYZ 42.88 62.14 25.06 -
YUV 190.58 83.65 99.77 -
System Red Green Blue C M Y K H S L
Decimal 151 226 112 0.33 0 0.50 0.11 99.47 0.66 0.66
Hex 97 E2 70 21 0 32 B 63 42 42
Octal 227 342 160 41 0 62 13 143 102 102
Binary 10010111 11100010 1110000 100001 0 110010 1011 1100011 1000010 1000010

Color Harmonies of #97E270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E270

Black with #97E270

Text Example


Text Example

White with #97E270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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