Html Css Color HEX #97DF82 Gossip

📋 copy color: '#97DF82'

red 151 ◦ green 223 ◦ blue 130

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

Shades of Gossip #97DF82

Tints of Gossip #97DF82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.79%

R = 29.96%
G = 44.25%
B = 25.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#97DF82 (or 0x97DF82) is known color: Gossip. HEX triplet: 97, DF and 82. RGB value is (151,223,130). Sum of RGB (Red+Green+Blue) = 151+223+130=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #97DF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DF82 is #68207D. Grayscale: #BFBFBF. Windows color (decimal): -6824062 or 8576919. OLE color: 8576919.

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

Color convert

RGB 151 223 130 -
CMYK 0.32 0 0.42 0.13
HSL 106.45º 0.59% 0.69% -
HSV(B) 106.45º 0.42% 0.87% -
XYZ 43.18 60.97 30.61 -
YUV 190.87 93.65 99.56 -
System Red Green Blue C M Y K H S L
Decimal 151 223 130 0.32 0 0.42 0.13 106.45 0.59 0.69
Hex 97 DF 82 20 0 2A D 6A 3B 45
Octal 227 337 202 40 0 52 15 152 73 105
Binary 10010111 11011111 10000010 100000 0 101010 1101 1101010 111011 1000101

Color Harmonies of #97DF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DF82

Black with #97DF82

Text Example


Text Example

White with #97DF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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