Html Css Color HEX #97E473 Gossip

📋 copy color: '#97E473'

red 151 ◦ green 228 ◦ blue 115

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

Shades of Gossip #97E473

Tints of Gossip #97E473

RGB

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

 GREEN value IS 228 (89.45% from 255) = 46.15%

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

R = 30.57%
G = 46.15%
B = 23.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#97E473 (or 0x97E473) is known color: Gossip. HEX triplet: 97, E4 and 73. RGB value is (151,228,115). Sum of RGB (Red+Green+Blue) = 151+228+115=494 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.57% from 494); Green value is 228 (89.45% from 255 or 46.15% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 228 - color contains mainly: green. Hex color #97E473 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E473 is #681B8C. Grayscale: #C0C0C0. Windows color (decimal): -6822797 or 7595159. OLE color: 7595159.

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

Color convert

RGB 151 228 115 -
CMYK 0.34 0 0.50 0.11
HSL 100.89º 0.68% 0.67% -
HSV(B) 100.89º 0.5% 0.89% -
XYZ 43.6 63.3 26.14 -
YUV 192.1 84.49 98.69 -
System Red Green Blue C M Y K H S L
Decimal 151 228 115 0.34 0 0.50 0.11 100.89 0.68 0.67
Hex 97 E4 73 22 0 32 B 65 44 43
Octal 227 344 163 42 0 62 13 145 104 103
Binary 10010111 11100100 1110011 100010 0 110010 1011 1100101 1000100 1000011

Color Harmonies of #97E473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E473

Black with #97E473

Text Example


Text Example

White with #97E473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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