Html Css Color HEX #97DD7D Gossip

📋 copy color: '#97DD7D'

red 151 ◦ green 221 ◦ blue 125

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

Shades of Gossip #97DD7D

Tints of Gossip #97DD7D

RGB

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

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

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

R = 30.38%
G = 44.47%
B = 25.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#97DD7D (or 0x97DD7D) is known color: Gossip. HEX triplet: 97, DD and 7D. RGB value is (151,221,125). Sum of RGB (Red+Green+Blue) = 151+221+125=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD7D is #682282. Grayscale: #BDBDBD. Windows color (decimal): -6824579 or 8248727. OLE color: 8248727.

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

Color convert

RGB 151 221 125 -
CMYK 0.32 0 0.43 0.13
HSL 103.75º 0.59% 0.68% -
HSV(B) 103.75º 0.43% 0.87% -
XYZ 42.32 59.77 28.71 -
YUV 189.13 91.81 100.81 -
System Red Green Blue C M Y K H S L
Decimal 151 221 125 0.32 0 0.43 0.13 103.75 0.59 0.68
Hex 97 DD 7D 20 0 2B D 68 3B 44
Octal 227 335 175 40 0 53 15 150 73 104
Binary 10010111 11011101 1111101 100000 0 101011 1101 1101000 111011 1000100

Color Harmonies of #97DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD7D

Black with #97DD7D

Text Example


Text Example

White with #97DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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