Html Css Color HEX #97D48A Gossip

📋 copy color: '#97D48A'

red 151 ◦ green 212 ◦ blue 138

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

Shades of Gossip #97D48A

Tints of Gossip #97D48A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.54%

R = 30.14%
G = 42.32%
B = 27.54%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#97D48A (or 0x97D48A) is known color: Gossip. HEX triplet: 97, D4 and 8A. RGB value is (151,212,138). Sum of RGB (Red+Green+Blue) = 151+212+138=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #97D48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D48A is #682B75. Grayscale: #B9B9B9. Windows color (decimal): -6826870 or 9098391. OLE color: 9098391.

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

Color convert

RGB 151 212 138 -
CMYK 0.29 0 0.35 0.17
HSL 109.46º 0.46% 0.69% -
HSV(B) 109.46º 0.35% 0.83% -
XYZ 40.89 55.5 32.6 -
YUV 185.33 101.29 103.52 -
System Red Green Blue C M Y K H S L
Decimal 151 212 138 0.29 0 0.35 0.17 109.46 0.46 0.69
Hex 97 D4 8A 1D 0 23 11 6D 2E 45
Octal 227 324 212 35 0 43 21 155 56 105
Binary 10010111 11010100 10001010 11101 0 100011 10001 1101101 101110 1000101

Color Harmonies of #97D48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D48A

Black with #97D48A

Text Example


Text Example

White with #97D48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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