Html Css Color HEX #97D669 Gossip

📋 copy color: '#97D669'

red 151 ◦ green 214 ◦ blue 105

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

Shades of Gossip #97D669

Tints of Gossip #97D669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 32.13%
G = 45.53%
B = 22.34%

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

#97D669 (or 0x97D669) is known color: Gossip. HEX triplet: 97, D6 and 69. RGB value is (151,214,105). Sum of RGB (Red+Green+Blue) = 151+214+105=470 (62% of max value = 765). Red value is 151 (59.38% from 255 or 32.13% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #97D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D669 is #682996. Grayscale: #B7B7B7. Windows color (decimal): -6826391 or 6936215. OLE color: 6936215.

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

Color convert

RGB 151 214 105 -
CMYK 0.29 0 0.51 0.16
HSL 94.68º 0.57% 0.63% -
HSV(B) 94.68º 0.51% 0.84% -
XYZ 39.36 55.69 22.04 -
YUV 182.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 151 214 105 0.29 0 0.51 0.16 94.68 0.57 0.63
Hex 97 D6 69 1D 0 33 10 5F 39 3F
Octal 227 326 151 35 0 63 20 137 71 77
Binary 10010111 11010110 1101001 11101 0 110011 10000 1011111 111001 111111

Color Harmonies of #97D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D669

Black with #97D669

Text Example


Text Example

White with #97D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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