Html Css Color HEX #97D27D Gossip

📋 copy color: '#97D27D'

red 151 ◦ green 210 ◦ blue 125

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

Shades of Gossip #97D27D

Tints of Gossip #97D27D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 31.07%
G = 43.21%
B = 25.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#97D27D (or 0x97D27D) is known color: Gossip. HEX triplet: 97, D2 and 7D. RGB value is (151,210,125). Sum of RGB (Red+Green+Blue) = 151+210+125=486 (64% of max value = 765). Red value is 151 (59.38% from 255 or 31.07% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #97D27D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97D27D is #682D82. Grayscale: #B6B6B6. Windows color (decimal): -6827395 or 8245911. OLE color: 8245911.

HSL color Cylindrical-coordinate representation of color #97D27D: hue angle of 101.65º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97D27D is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 151 210 125 -
CMYK 0.28 0 0.40 0.18
HSL 101.65º 0.49% 0.66% -
HSV(B) 101.65º 0.4% 0.82% -
XYZ 39.51 54.15 27.77 -
YUV 182.67 95.45 105.41 -
System Red Green Blue C M Y K H S L
Decimal 151 210 125 0.28 0 0.40 0.18 101.65 0.49 0.66
Hex 97 D2 7D 1C 0 28 12 66 31 42
Octal 227 322 175 34 0 50 22 146 61 102
Binary 10010111 11010010 1111101 11100 0 101000 10010 1100110 110001 1000010

Color Harmonies of #97D27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97D27D

Black with #97D27D

Text Example


Text Example

White with #97D27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,210,125); }

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

background-color css

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

 a { background-color: rgb(151,210,125); }

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

border-color css

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

 span { border-color: rgb(151,210,125); }

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