Html Css Color HEX #97DD64 Gossip

📋 copy color: '#97DD64'

red 151 ◦ green 221 ◦ blue 100

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

Shades of Gossip #97DD64

Tints of Gossip #97DD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 31.99%
G = 46.82%
B = 21.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#97DD64 (or 0x97DD64) is known color: Gossip. HEX triplet: 97, DD and 64. RGB value is (151,221,100). Sum of RGB (Red+Green+Blue) = 151+221+100=472 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.99% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD64 is #68229B. Grayscale: #BABABA. Windows color (decimal): -6824604 or 6610327. OLE color: 6610327.

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

Color convert

RGB 151 221 100 -
CMYK 0.32 0 0.55 0.13
HSL 94.71º 0.64% 0.63% -
HSV(B) 94.71º 0.55% 0.87% -
XYZ 40.92 59.21 21.33 -
YUV 186.28 79.31 102.84 -
System Red Green Blue C M Y K H S L
Decimal 151 221 100 0.32 0 0.55 0.13 94.71 0.64 0.63
Hex 97 DD 64 20 0 37 D 5F 40 3F
Octal 227 335 144 40 0 67 15 137 100 77
Binary 10010111 11011101 1100100 100000 0 110111 1101 1011111 1000000 111111

Color Harmonies of #97DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD64

Black with #97DD64

Text Example


Text Example

White with #97DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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