Html Css Color HEX #97D487 Gossip

📋 copy color: '#97D487'

red 151 ◦ green 212 ◦ blue 135

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

Shades of Gossip #97D487

Tints of Gossip #97D487

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

 BLUE value IS 135 (53.13% from 255) = 27.11%

R = 30.32%
G = 42.57%
B = 27.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.36

 K value IS 0.17

RGB Variations

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

Color information

#97D487 (or 0x97D487) is known color: Gossip. HEX triplet: 97, D4 and 87. RGB value is (151,212,135). Sum of RGB (Red+Green+Blue) = 151+212+135=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 135 (53.12% from 255 or 27.11% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #97D487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D487 is #682B78. Grayscale: #B9B9B9. Windows color (decimal): -6826873 or 8901783. OLE color: 8901783.

HSL color Cylindrical-coordinate representation of color #97D487: hue angle of 107.53º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D487 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 135 -
CMYK 0.29 0 0.36 0.17
HSL 107.53º 0.47% 0.68% -
HSV(B) 107.53º 0.36% 0.83% -
XYZ 40.68 55.42 31.47 -
YUV 184.98 99.79 103.76 -
System Red Green Blue C M Y K H S L
Decimal 151 212 135 0.29 0 0.36 0.17 107.53 0.47 0.68
Hex 97 D4 87 1D 0 24 11 6C 2F 44
Octal 227 324 207 35 0 44 21 154 57 104
Binary 10010111 11010100 10000111 11101 0 100100 10001 1101100 101111 1000100

Color Harmonies of #97D487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D487

Black with #97D487

Text Example


Text Example

White with #97D487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,212,135); }

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

background-color css

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

 a { background-color: rgb(151,212,135); }

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

border-color css

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

 span { border-color: rgb(151,212,135); }

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