Html Css Color HEX #97D667 Gossip

📋 copy color: '#97D667'

red 151 ◦ green 214 ◦ blue 103

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

Shades of Gossip #97D667

Tints of Gossip #97D667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.01%

R = 32.26%
G = 45.73%
B = 22.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#97D667 (or 0x97D667) is known color: Gossip. HEX triplet: 97, D6 and 67. RGB value is (151,214,103). Sum of RGB (Red+Green+Blue) = 151+214+103=468 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.26% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 103 (40.62% from 255 or 22.01% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #97D667 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D667 is #682998. Grayscale: #B6B6B6. Windows color (decimal): -6826393 or 6805143. OLE color: 6805143.

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

Color convert

RGB 151 214 103 -
CMYK 0.29 0 0.52 0.16
HSL 94.05º 0.58% 0.62% -
HSV(B) 94.05º 0.52% 0.84% -
XYZ 39.26 55.65 21.5 -
YUV 182.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 151 214 103 0.29 0 0.52 0.16 94.05 0.58 0.62
Hex 97 D6 67 1D 0 34 10 5E 3A 3E
Octal 227 326 147 35 0 64 20 136 72 76
Binary 10010111 11010110 1100111 11101 0 110100 10000 1011110 111010 111110

Color Harmonies of #97D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D667

Black with #97D667

Text Example


Text Example

White with #97D667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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