Html Css Color HEX #97D668 Gossip

📋 copy color: '#97D668'

red 151 ◦ green 214 ◦ blue 104

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

Shades of Gossip #97D668

Tints of Gossip #97D668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.63%

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

R = 32.2%
G = 45.63%
B = 22.17%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#97D668 (or 0x97D668) is known color: Gossip. HEX triplet: 97, D6 and 68. RGB value is (151,214,104). Sum of RGB (Red+Green+Blue) = 151+214+104=469 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.20% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 104 (41.02% from 255 or 22.17% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #97D668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D668 is #682997. Grayscale: #B7B7B7. Windows color (decimal): -6826392 or 6870679. OLE color: 6870679.

HSL color Cylindrical-coordinate representation of color #97D668: hue angle of 94.36º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97D668 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 214 104 -
CMYK 0.29 0 0.51 0.16
HSL 94.36º 0.57% 0.62% -
HSV(B) 94.36º 0.51% 0.84% -
XYZ 39.31 55.67 21.77 -
YUV 182.62 83.63 105.44 -
System Red Green Blue C M Y K H S L
Decimal 151 214 104 0.29 0 0.51 0.16 94.36 0.57 0.62
Hex 97 D6 68 1D 0 33 10 5E 39 3E
Octal 227 326 150 35 0 63 20 136 71 76
Binary 10010111 11010110 1101000 11101 0 110011 10000 1011110 111001 111110

Color Harmonies of #97D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D668

Black with #97D668

Text Example


Text Example

White with #97D668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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