Html Css Color HEX #97DD68 Gossip

📋 copy color: '#97DD68'

red 151 ◦ green 221 ◦ blue 104

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

Shades of Gossip #97DD68

Tints of Gossip #97DD68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 31.72%
G = 46.43%
B = 21.85%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#97DD68 (or 0x97DD68) is known color: Gossip. HEX triplet: 97, DD and 68. RGB value is (151,221,104). Sum of RGB (Red+Green+Blue) = 151+221+104=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DD68 is #682297. Grayscale: #BBBBBB. Windows color (decimal): -6824600 or 6872471. OLE color: 6872471.

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

Color convert

RGB 151 221 104 -
CMYK 0.32 0 0.53 0.13
HSL 95.9º 0.63% 0.64% -
HSV(B) 95.9º 0.53% 0.87% -
XYZ 41.12 59.29 22.37 -
YUV 186.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 151 221 104 0.32 0 0.53 0.13 95.9 0.63 0.64
Hex 97 DD 68 20 0 35 D 60 3F 40
Octal 227 335 150 40 0 65 15 140 77 100
Binary 10010111 11011101 1101000 100000 0 110101 1101 1100000 111111 1000000

Color Harmonies of #97DD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97DD68

Black with #97DD68

Text Example


Text Example

White with #97DD68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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