Html Css Color HEX #97D488 Gossip

📋 copy color: '#97D488'

red 151 ◦ green 212 ◦ blue 136

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

Shades of Gossip #97D488

Tints of Gossip #97D488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.25%

R = 30.26%
G = 42.48%
B = 27.25%

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

#97D488 (or 0x97D488) is known color: Gossip. HEX triplet: 97, D4 and 88. RGB value is (151,212,136). Sum of RGB (Red+Green+Blue) = 151+212+136=499 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.26% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #97D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D488 is #682B77. Grayscale: #B9B9B9. Windows color (decimal): -6826872 or 8967319. OLE color: 8967319.

HSL color Cylindrical-coordinate representation of color #97D488: hue angle of 108.16º 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 #97D488 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB 151 212 136 -
CMYK 0.29 0 0.36 0.17
HSL 108.16º 0.47% 0.68% -
HSV(B) 108.16º 0.36% 0.83% -
XYZ 40.75 55.44 31.85 -
YUV 185.1 100.29 103.68 -
System Red Green Blue C M Y K H S L
Decimal 151 212 136 0.29 0 0.36 0.17 108.16 0.47 0.68
Hex 97 D4 88 1D 0 24 11 6C 2F 44
Octal 227 324 210 35 0 44 21 154 57 104
Binary 10010111 11010100 10001000 11101 0 100100 10001 1101100 101111 1000100

Color Harmonies of #97D488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D488

Black with #97D488

Text Example


Text Example

White with #97D488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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