Html Css Color HEX #97DD6E Gossip

📋 copy color: '#97DD6E'

red 151 ◦ green 221 ◦ blue 110

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

Shades of Gossip #97DD6E

Tints of Gossip #97DD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 31.33%
G = 45.85%
B = 22.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#97DD6E (or 0x97DD6E) is known color: Gossip. HEX triplet: 97, DD and 6E. RGB value is (151,221,110). Sum of RGB (Red+Green+Blue) = 151+221+110=482 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.33% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD6E is #682291. Grayscale: #BBBBBB. Windows color (decimal): -6824594 or 7265687. OLE color: 7265687.

HSL color Cylindrical-coordinate representation of color #97DD6E: hue angle of 97.84º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97DD6E is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 221 110 -
CMYK 0.32 0 0.50 0.13
HSL 97.84º 0.62% 0.65% -
HSV(B) 97.84º 0.5% 0.87% -
XYZ 41.43 59.42 24.04 -
YUV 187.42 84.31 102.03 -
System Red Green Blue C M Y K H S L
Decimal 151 221 110 0.32 0 0.50 0.13 97.84 0.62 0.65
Hex 97 DD 6E 20 0 32 D 62 3E 41
Octal 227 335 156 40 0 62 15 142 76 101
Binary 10010111 11011101 1101110 100000 0 110010 1101 1100010 111110 1000001

Color Harmonies of #97DD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD6E

Black with #97DD6E

Text Example


Text Example

White with #97DD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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