Html Css Color HEX #97E273 Gossip

📋 copy color: '#97E273'

red 151 ◦ green 226 ◦ blue 115

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

Shades of Gossip #97E273

Tints of Gossip #97E273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.37%

R = 30.69%
G = 45.93%
B = 23.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#97E273 (or 0x97E273) is known color: Gossip. HEX triplet: 97, E2 and 73. RGB value is (151,226,115). Sum of RGB (Red+Green+Blue) = 151+226+115=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 226 (88.67% from 255 or 45.93% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 226 - color contains mainly: green. Hex color #97E273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E273 is #681D8C. Grayscale: #BFBFBF. Windows color (decimal): -6823309 or 7594647. OLE color: 7594647.

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

Color convert

RGB 151 226 115 -
CMYK 0.33 0 0.49 0.11
HSL 100.54º 0.66% 0.67% -
HSV(B) 100.54º 0.49% 0.89% -
XYZ 43.05 62.21 25.96 -
YUV 190.92 85.15 99.53 -
System Red Green Blue C M Y K H S L
Decimal 151 226 115 0.33 0 0.49 0.11 100.54 0.66 0.67
Hex 97 E2 73 21 0 31 B 65 42 43
Octal 227 342 163 41 0 61 13 145 102 103
Binary 10010111 11100010 1110011 100001 0 110001 1011 1100101 1000010 1000011

Color Harmonies of #97E273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E273

Black with #97E273

Text Example


Text Example

White with #97E273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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