Html Css Color HEX #97CA79 Gossip

📋 copy color: '#97CA79'

red 151 ◦ green 202 ◦ blue 121

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

Shades of Gossip #97CA79

Tints of Gossip #97CA79

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 31.86%
G = 42.62%
B = 25.53%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#97CA79 (or 0x97CA79) is known color: Gossip. HEX triplet: 97, CA and 79. RGB value is (151,202,121). Sum of RGB (Red+Green+Blue) = 151+202+121=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #97CA79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97CA79 is #683586. Grayscale: #B1B1B1. Windows color (decimal): -6829447 or 7981719. OLE color: 7981719.

HSL color Cylindrical-coordinate representation of color #97CA79: hue angle of 97.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97CA79 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 151 202 121 -
CMYK 0.25 0 0.40 0.21
HSL 97.78º 0.43% 0.63% -
HSV(B) 97.78º 0.4% 0.79% -
XYZ 37.33 50.2 25.81 -
YUV 177.52 96.1 109.09 -
System Red Green Blue C M Y K H S L
Decimal 151 202 121 0.25 0 0.40 0.21 97.78 0.43 0.63
Hex 97 CA 79 19 0 28 15 62 2B 3F
Octal 227 312 171 31 0 50 25 142 53 77
Binary 10010111 11001010 1111001 11001 0 101000 10101 1100010 101011 111111

Color Harmonies of #97CA79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97CA79

Black with #97CA79

Text Example


Text Example

White with #97CA79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,202,121); }

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

background-color css

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

 a { background-color: rgb(151,202,121); }

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

border-color css

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

 span { border-color: rgb(151,202,121); }

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