Html Css Color HEX #97E375 Gossip

📋 copy color: '#97E375'

red 151 ◦ green 227 ◦ blue 117

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

Shades of Gossip #97E375

Tints of Gossip #97E375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 23.64%

R = 30.51%
G = 45.86%
B = 23.64%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#97E375 (or 0x97E375) is known color: Gossip. HEX triplet: 97, E3 and 75. RGB value is (151,227,117). Sum of RGB (Red+Green+Blue) = 151+227+117=495 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.51% from 495); Green value is 227 (89.06% from 255 or 45.86% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 227 - color contains mainly: green. Hex color #97E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E375 is #681C8A. Grayscale: #C0C0C0. Windows color (decimal): -6823051 or 7725975. OLE color: 7725975.

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

Color convert

RGB 151 227 117 -
CMYK 0.33 0 0.48 0.11
HSL 101.45º 0.66% 0.67% -
HSV(B) 101.45º 0.48% 0.89% -
XYZ 43.44 62.8 26.66 -
YUV 191.74 85.82 98.94 -
System Red Green Blue C M Y K H S L
Decimal 151 227 117 0.33 0 0.48 0.11 101.45 0.66 0.67
Hex 97 E3 75 21 0 30 B 65 42 43
Octal 227 343 165 41 0 60 13 145 102 103
Binary 10010111 11100011 1110101 100001 0 110000 1011 1100101 1000010 1000011

Color Harmonies of #97E375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E375

Black with #97E375

Text Example


Text Example

White with #97E375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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