Html Css Color HEX #97D37F Gossip

📋 copy color: '#97D37F'

red 151 ◦ green 211 ◦ blue 127

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

Shades of Gossip #97D37F

Tints of Gossip #97D37F

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.15%

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

R = 30.88%
G = 43.15%
B = 25.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.17

RGB Variations

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

Color information

#97D37F (or 0x97D37F) is known color: Gossip. HEX triplet: 97, D3 and 7F. RGB value is (151,211,127). Sum of RGB (Red+Green+Blue) = 151+211+127=489 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.88% from 489); Green value is 211 (82.81% from 255 or 43.15% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 211 - color contains mainly: green. Hex color #97D37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D37F is #682C80. Grayscale: #B7B7B7. Windows color (decimal): -6827137 or 8377239. OLE color: 8377239.

HSL color Cylindrical-coordinate representation of color #97D37F: hue angle of 102.86º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D37F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 211 127 -
CMYK 0.28 0 0.40 0.17
HSL 102.86º 0.49% 0.66% -
HSV(B) 102.86º 0.4% 0.83% -
XYZ 39.89 54.7 28.53 -
YUV 183.48 96.12 104.83 -
System Red Green Blue C M Y K H S L
Decimal 151 211 127 0.28 0 0.40 0.17 102.86 0.49 0.66
Hex 97 D3 7F 1C 0 28 11 67 31 42
Octal 227 323 177 34 0 50 21 147 61 102
Binary 10010111 11010011 1111111 11100 0 101000 10001 1100111 110001 1000010

Color Harmonies of #97D37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D37F

Black with #97D37F

Text Example


Text Example

White with #97D37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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