Html Css Color HEX #97DF6E Gossip

📋 copy color: '#97DF6E'

red 151 ◦ green 223 ◦ blue 110

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

Shades of Gossip #97DF6E

Tints of Gossip #97DF6E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 31.2%
G = 46.07%
B = 22.73%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#97DF6E (or 0x97DF6E) is known color: Gossip. HEX triplet: 97, DF and 6E. RGB value is (151,223,110). Sum of RGB (Red+Green+Blue) = 151+223+110=484 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.20% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DF6E is #682091. Grayscale: #BCBCBC. Windows color (decimal): -6824082 or 7266199. OLE color: 7266199.

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

Color convert

RGB 151 223 110 -
CMYK 0.32 0 0.51 0.13
HSL 98.23º 0.64% 0.65% -
HSV(B) 98.23º 0.51% 0.87% -
XYZ 41.96 60.48 24.21 -
YUV 188.59 83.65 101.19 -
System Red Green Blue C M Y K H S L
Decimal 151 223 110 0.32 0 0.51 0.13 98.23 0.64 0.65
Hex 97 DF 6E 20 0 33 D 62 40 41
Octal 227 337 156 40 0 63 15 142 100 101
Binary 10010111 11011111 1101110 100000 0 110011 1101 1100010 1000000 1000001

Color Harmonies of #97DF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF6E

Black with #97DF6E

Text Example


Text Example

White with #97DF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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