Html Css Color HEX #97E075 Gossip

📋 copy color: '#97E075'

red 151 ◦ green 224 ◦ blue 117

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

Shades of Gossip #97E075

Tints of Gossip #97E075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.53%

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

R = 30.69%
G = 45.53%
B = 23.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#97E075 (or 0x97E075) is known color: Gossip. HEX triplet: 97, E0 and 75. RGB value is (151,224,117). Sum of RGB (Red+Green+Blue) = 151+224+117=492 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.69% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 117 (46.09% from 255 or 23.78% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #97E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E075 is #681F8A. Grayscale: #BEBEBE. Windows color (decimal): -6823819 or 7725207. OLE color: 7725207.

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

Color convert

RGB 151 224 117 -
CMYK 0.33 0 0.48 0.12
HSL 100.93º 0.63% 0.67% -
HSV(B) 100.93º 0.48% 0.88% -
XYZ 42.63 61.17 26.39 -
YUV 189.98 86.82 100.2 -
System Red Green Blue C M Y K H S L
Decimal 151 224 117 0.33 0 0.48 0.12 100.93 0.63 0.67
Hex 97 E0 75 21 0 30 C 65 3F 43
Octal 227 340 165 41 0 60 14 145 77 103
Binary 10010111 11100000 1110101 100001 0 110000 1100 1100101 111111 1000011

Color Harmonies of #97E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97E075

Black with #97E075

Text Example


Text Example

White with #97E075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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