Html Css Color HEX #97D57F Gossip

📋 copy color: '#97D57F'

red 151 ◦ green 213 ◦ blue 127

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

Shades of Gossip #97D57F

Tints of Gossip #97D57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.38%

 BLUE value IS 127 (50% from 255) = 25.87%

R = 30.75%
G = 43.38%
B = 25.87%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#97D57F (or 0x97D57F) is known color: Gossip. HEX triplet: 97, D5 and 7F. RGB value is (151,213,127). Sum of RGB (Red+Green+Blue) = 151+213+127=491 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.75% from 491); Green value is 213 (83.59% from 255 or 43.38% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 213 - color contains mainly: green. Hex color #97D57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D57F is #682A80. Grayscale: #B8B8B8. Windows color (decimal): -6826625 or 8377751. OLE color: 8377751.

HSL color Cylindrical-coordinate representation of color #97D57F: hue angle of 103.26º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D57F is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 213 127 -
CMYK 0.29 0 0.40 0.16
HSL 103.26º 0.51% 0.67% -
HSV(B) 103.26º 0.4% 0.84% -
XYZ 40.39 55.7 28.7 -
YUV 184.66 95.46 103.99 -
System Red Green Blue C M Y K H S L
Decimal 151 213 127 0.29 0 0.40 0.16 103.26 0.51 0.67
Hex 97 D5 7F 1D 0 28 10 67 33 43
Octal 227 325 177 35 0 50 20 147 63 103
Binary 10010111 11010101 1111111 11101 0 101000 10000 1100111 110011 1000011

Color Harmonies of #97D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D57F

Black with #97D57F

Text Example


Text Example

White with #97D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,213,127); }

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

background-color css

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

 a { background-color: rgb(151,213,127); }

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

border-color css

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

 span { border-color: rgb(151,213,127); }

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