Html Css Color HEX #97DD74 Gossip

📋 copy color: '#97DD74'

red 151 ◦ green 221 ◦ blue 116

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

Shades of Gossip #97DD74

Tints of Gossip #97DD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 30.94%
G = 45.29%
B = 23.77%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#97DD74 (or 0x97DD74) is known color: Gossip. HEX triplet: 97, DD and 74. RGB value is (151,221,116). Sum of RGB (Red+Green+Blue) = 151+221+116=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD74 is #68228B. Grayscale: #BCBCBC. Windows color (decimal): -6824588 or 7658903. OLE color: 7658903.

HSL color Cylindrical-coordinate representation of color #97DD74: hue angle of 100º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #97DD74 is Cyan = 0.32, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 116 -
CMYK 0.32 0 0.48 0.13
HSL 100º 0.61% 0.66% -
HSV(B) 100º 0.48% 0.87% -
XYZ 41.77 59.55 25.82 -
YUV 188.1 87.31 101.54 -
System Red Green Blue C M Y K H S L
Decimal 151 221 116 0.32 0 0.48 0.13 100 0.61 0.66
Hex 97 DD 74 20 0 30 D 64 3D 42
Octal 227 335 164 40 0 60 15 144 75 102
Binary 10010111 11011101 1110100 100000 0 110000 1101 1100100 111101 1000010

Color Harmonies of #97DD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD74

Black with #97DD74

Text Example


Text Example

White with #97DD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,221,116); }

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

background-color css

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

 a { background-color: rgb(151,221,116); }

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

border-color css

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

 span { border-color: rgb(151,221,116); }

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