Html Css Color HEX #97D67D Gossip

📋 copy color: '#97D67D'

red 151 ◦ green 214 ◦ blue 125

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

Shades of Gossip #97D67D

Tints of Gossip #97D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 30.82%
G = 43.67%
B = 25.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#97D67D (or 0x97D67D) is known color: Gossip. HEX triplet: 97, D6 and 7D. RGB value is (151,214,125). Sum of RGB (Red+Green+Blue) = 151+214+125=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #97D67D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D67D is #682982. Grayscale: #B9B9B9. Windows color (decimal): -6826371 or 8246935. OLE color: 8246935.

HSL color Cylindrical-coordinate representation of color #97D67D: hue angle of 102.47º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #97D67D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 214 125 -
CMYK 0.29 0 0.42 0.16
HSL 102.47º 0.52% 0.66% -
HSV(B) 102.47º 0.42% 0.84% -
XYZ 40.51 56.15 28.11 -
YUV 185.02 94.13 103.74 -
System Red Green Blue C M Y K H S L
Decimal 151 214 125 0.29 0 0.42 0.16 102.47 0.52 0.66
Hex 97 D6 7D 1D 0 2A 10 66 34 42
Octal 227 326 175 35 0 52 20 146 64 102
Binary 10010111 11010110 1111101 11101 0 101010 10000 1100110 110100 1000010

Color Harmonies of #97D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D67D

Black with #97D67D

Text Example


Text Example

White with #97D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,214,125); }

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

background-color css

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

 a { background-color: rgb(151,214,125); }

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

border-color css

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

 span { border-color: rgb(151,214,125); }

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