Html Css Color HEX #97E378 Gossip

📋 copy color: '#97E378'

red 151 ◦ green 227 ◦ blue 120

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

Shades of Gossip #97E378

Tints of Gossip #97E378

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.58%

 BLUE value IS 120 (47.27% from 255) = 24.1%

R = 30.32%
G = 45.58%
B = 24.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#97E378 (or 0x97E378) is known color: Gossip. HEX triplet: 97, E3 and 78. RGB value is (151,227,120). Sum of RGB (Red+Green+Blue) = 151+227+120=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 227 (89.06% from 255 or 45.58% from 498); Blue value is 120 (47.27% from 255 or 24.10% from 498); Max value from RGB is 227 - color contains mainly: green. Hex color #97E378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E378 is #681C87. Grayscale: #C0C0C0. Windows color (decimal): -6823048 or 7922583. OLE color: 7922583.

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

Color convert

RGB 151 227 120 -
CMYK 0.33 0 0.47 0.11
HSL 102.62º 0.66% 0.68% -
HSV(B) 102.62º 0.47% 0.89% -
XYZ 43.62 62.87 27.61 -
YUV 192.08 87.32 98.7 -
System Red Green Blue C M Y K H S L
Decimal 151 227 120 0.33 0 0.47 0.11 102.62 0.66 0.68
Hex 97 E3 78 21 0 2F B 67 42 44
Octal 227 343 170 41 0 57 13 147 102 104
Binary 10010111 11100011 1111000 100001 0 101111 1011 1100111 1000010 1000100

Color Harmonies of #97E378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E378

Black with #97E378

Text Example


Text Example

White with #97E378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,227,120); }

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

background-color css

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

 a { background-color: rgb(151,227,120); }

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

border-color css

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

 span { border-color: rgb(151,227,120); }

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