Html Css Color HEX #97E675 Gossip

📋 copy color: '#97E675'

red 151 ◦ green 230 ◦ blue 117

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

Shades of Gossip #97E675

Tints of Gossip #97E675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 46.18%

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

R = 30.32%
G = 46.18%
B = 23.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#97E675 (or 0x97E675) is known color: Gossip. HEX triplet: 97, E6 and 75. RGB value is (151,230,117). Sum of RGB (Red+Green+Blue) = 151+230+117=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 117 (46.09% from 255 or 23.49% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #97E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E675 is #68198A. Grayscale: #C1C1C1. Windows color (decimal): -6822283 or 7726743. OLE color: 7726743.

HSL color Cylindrical-coordinate representation of color #97E675: hue angle of 101.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97E675 is Cyan = 0.34, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 230 117 -
CMYK 0.34 0 0.49 0.10
HSL 101.95º 0.69% 0.68% -
HSV(B) 101.95º 0.49% 0.9% -
XYZ 44.27 64.46 26.94 -
YUV 193.5 84.83 97.69 -
System Red Green Blue C M Y K H S L
Decimal 151 230 117 0.34 0 0.49 0.10 101.95 0.69 0.68
Hex 97 E6 75 22 0 31 A 66 45 44
Octal 227 346 165 42 0 61 12 146 105 104
Binary 10010111 11100110 1110101 100010 0 110001 1010 1100110 1000101 1000100

Color Harmonies of #97E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E675

Black with #97E675

Text Example


Text Example

White with #97E675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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