#97E07B

Color #97E07B Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #97E07B

Tints of Gossip #97E07B

Color information

#97E07B (or 0x97E07B) is unknown color: approx Gossip. HEX triplet: 97, E0 and 7B. RGB value is (151,224,123). Sum of RGB (Red+Green+Blue) = 151+224+123=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #97E07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E07B is #681F84. Grayscale: #BEBEBE. Windows color (decimal): -6823813 or 8118423. OLE color: 8118423.

HSL color Cylindrical-coordinate representation of color #97E07B: hue angle of 103.37º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #97E07B is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB151224123-
CMYK0.3300.450.12
HSL103.37º61.96%68.04%-
HSV(B)103.37º45.09%87.84%-
XYZ42.9961.3228.31-
YUV190.6689.8299.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 224 (87.89% from 255) = 44.98%
BLUE value IS 123 (48.44% from 255) = 24.70%
R=30.32%
G=44.98%
B=24.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512241230.3300.450.12103.3761.9668.04
Hex97E07B2102DC673e44
Octal227340173410551414776104
Binary100101111110000011110111000010101101110011001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,224,123); }

 H1.HeaderClassName
 {
   color: #97E07B;
 }
 .AnyTagClassName
 {
   color: #97E07B;
 }
</style>
background-color css

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

 a { background-color: rgb(151,224,123); }

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

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

 span { border-color: rgb(151,224,123); }

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